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
./node_modules/@availity/reactstrap-validation-select/AvResourceSelect.js
SyntaxError: ...\node_modules\@availity\reactstrap-validation-select\AvResourceSelect.js: Support for the experimental syntax 'classProperties' isn't currently enabled (16:10):
14 | }
15 |
> 16 | select = createRef();
| ^
17 |
18 | loadOptions = (...args) => {
19 | const [inputValue, , additional = {}] = args;
Add @babel/plugin-proposal-class-properties (https://git.io/vb4SL) to the 'plugins' section of your Babel config to enable transformation.
If you want to leave it as-is, add @babel/plugin-syntax-class-properties (https://git.io/vb4yQ) to the 'plugins' section to enable parsing.
I tried to resolve it with the following changes in package.json:
Hey there,
I get the following error:
I tried to resolve it with the following changes in package.json:
But still the error is present. After spending some hours on this im a bit lost. Maybe someone can give me a hint on this. Thank you!
The text was updated successfully, but these errors were encountered: