Meteor.call from react not working

I am making Meteor.call from a react component – the call is not reaching the Meteor server method. The call is being made in synchronous fashion without a callback method from react component. Any idea what I could be doing wrong? I tried testing this in both Firefox and Chrome — getting “too much recursion” error at ejson.js:521:5.

never mind – my bad; I was passing the UI objects as is instead of .getValue(). Got it resolved.