- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
If you get this error:
UI will throw an error now:SyntaxError: Support for the experimental syntax 'jsx' isn't currently enabled
To fix this, add to your .babelrc file:
"plugins": ["@babel/plugin-transform-react-jsx"]
Then run:
npm install --save-dev @babel/plugin-transform-react-jsx