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 are using Babel and React 17, you might need to add "runtime2: "automatic" to config.
{ "presets": ["@babel/preset-env", ["@babel/preset-react", { "runtime": "automatic" }]] }