You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting this issue when Run React application locally
./node_modules/@availity/reactstrap-validation-select/src/AvResourceSelect.js
SyntaxError: F:\work\inventory-mgmt\node_modules@availity\reactstrap-validation-select\src\AvResourceSelect.js: Support for the experimental syntax 'jsx' isn't currently enabled (206:7):
204 |
205 | return (
206 | <Tag
Failed to compile.
./node_modules/@availity/reactstrap-validation-select/src/AvResourceSelect.js
SyntaxError: F:\work\inventory-mgmt\node_modules@availity\reactstrap-validation-select\src\AvResourceSelect.js: Support for the experimental syntax 'jsx' isn't currently enabled (206:7):
Getting this issue when Run React application locally
./node_modules/@availity/reactstrap-validation-select/src/AvResourceSelect.js
SyntaxError: F:\work\inventory-mgmt\node_modules@availity\reactstrap-validation-select\src\AvResourceSelect.js: Support for the experimental syntax 'jsx' isn't currently enabled (206:7):
204 |
205 | return (
./node_modules/@availity/reactstrap-validation-select/src/AvResourceSelect.js
SyntaxError: F:\work\inventory-mgmt\node_modules@availity\reactstrap-validation-select\src\AvResourceSelect.js: Support for the experimental syntax 'jsx' isn't currently enabled (206:7):
204 |
205 | return (
Add @babel/preset-react (https://github.com/babel/babel/tree/main/packages/babel-preset-react) to the 'presets' section of your Babel config to enable transformation.
If you want to leave it as-is, add @babel/plugin-syntax-jsx (https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-jsx) to the 'plugins' section to enable parsing.
I have added babel.config.json file but still getting the same Error
The text was updated successfully, but these errors were encountered: