I am trying to make ReactJS work with rails using this tutorial. I am getting this error:
Uncaught ReferenceError: React is not defined
I got this error because in my code I misspelled a component definition with lowercase react.createClass instead of uppercase React.createClass.
react.createClass
React.createClass