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
If I import react-click-outside with the settings above, I get this error:
react-click-outside/build/index.js: Plugin/Preset files are not allowed to export objects, only functions. In /home/mike/workspace/burnmaster/node_modules/react-click-outside/node_modules/babel-preset-react/lib/index.js
I have no idea why this happens. I've tried to reproduce the issue using normal require with babel-node, but I couldn't get it to produce the same error.
The text was updated successfully, but these errors were encountered:
This modules doesn't play well with parcel and babel 7.
package.json:
.babelrc:
If I import react-click-outside with the settings above, I get this error:
I have no idea why this happens. I've tried to reproduce the issue using normal require with babel-node, but I couldn't get it to produce the same error.
The text was updated successfully, but these errors were encountered: