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
Hi, I have the issue when using react-app-rewired 2.1.1 I was wondering if this could be fixed when added as an deps directly?
`./node_modules/react-autosuggest-geocoder/src/geocoder.js
SyntaxError: /Users/martijnmellema/Documents/Development/Projecten/Creask/creask-web/node_modules/react-autosuggest-geocoder/src/geocoder.js: Support for the experimental syntax 'classProperties' isn't currently enabled (8:20):
6 |
7 | export class ReactAutosuggestGeocoder extends React.Component {
Hi, I have the issue when using
react-app-rewired 2.1.1
I was wondering if this could be fixed when added as an deps directly?`./node_modules/react-autosuggest-geocoder/src/geocoder.js
SyntaxError: /Users/martijnmellema/Documents/Development/Projecten/Creask/creask-web/node_modules/react-autosuggest-geocoder/src/geocoder.js: Support for the experimental syntax 'classProperties' isn't currently enabled (8:20):
6 |
7 | export class ReactAutosuggestGeocoder extends React.Component {
Add @babel/plugin-proposal-class-properties (https://git.io/vb4SL) to the 'plugins' section of your Babel config to enable transformation.
`
The text was updated successfully, but these errors were encountered: