Typeerror: Undefined Is Not An Object (evaluating 'this.__reactautobindmap')
I am working with the latest version of react.js installed by NPM. I've written this code which works when I put it through jsfiddle, but not when I try it in my own setup. Here is
Solution 1:
I have nearly the same problem. Try use this:
React.render(React.createElement(Count), document.getElementById('container'));
Solution 2:
You should install Reactify 1.1.x:
"reactify":"~1.1.x"
Post a Comment for "Typeerror: Undefined Is Not An Object (evaluating 'this.__reactautobindmap')"