Uncaught ReferenceError: React is not defined

前端 未结 12 1871
予麋鹿
予麋鹿 2020-11-30 02:17

I am trying to make ReactJS work with rails using this tutorial. I am getting this error:


Uncaught ReferenceError: React is not defined

12条回答
  •  猫巷女王i
    2020-11-30 02:38

    I got this error because in my code I misspelled a component definition with lowercase react.createClass instead of uppercase React.createClass.

提交回复
热议问题