Uncaught ReferenceError: React is not defined

前端 未结 12 1874
予麋鹿
予麋鹿 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条回答
  •  刺人心
    刺人心 (楼主)
    2020-11-30 02:46

    If you're using TypeScript, make sure that your tsconfig.json has "jsx": "react" within "compilerOptions".

提交回复
热议问题