Avatar

Employee

If you get this error:

UI will throw an error now:
:exclamation_mark: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