I'm making a system in react but for some reason index.html is not running index.js by the following error. I've tried a lot and it doesn't work.
IMAGES: error in index.js index.html execute
OBS: I've tried to change the type to 'text/jsx' but it doesn't work either.
CodePudding user response:
Are you using webpack? I dont see where the javascript libraries are included...
CodePudding user response:
Browsers can't read jsx. You can try this approach: https://dev.to/devalnor/running-jsx-in-your-browser-without-babel-1agc
