I am trying to make ReactJS work with rails using this tutorial. I am getting this error:
Uncaught ReferenceError: React is not defined
If you're using TypeScript, make sure that your tsconfig.json has "jsx": "react" within "compilerOptions".
tsconfig.json
"jsx": "react"
"compilerOptions"