-
-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module parse error #72
Comments
Duplicate of #67 Should find a solution here: Good luck! 😄 |
Removed nullish coalescing operator (??)
FYI, I removed the nullish coalescing operator in v0.0.31 because the trivial benefit it provided didn't seem worth causing headaches for create-react-app users. |
Thank you for your prompt response. After a day of fiddling around I could not get it to work here is error which I am getting. `Failed to compile. ./node_modules/react-resizable-panels/dist/react-resizable-panels.module.js 316:38
|
Sorry @nouman91. You'll probably need to look at Stack Overflow or somewhere else for help with the CRA Webpack configuration. That's not something I have the time or knowledge to support. |
Yeah I understand! Thank you! |
I was able to solve it, if someone is else is stuck into same issue with craco. Following is the package you need |
By the way, if you update to 0.0.35– this module should now work with CRA without any additional configuration changes. |
I am trying to using the library in an existing project bootstrapped with craco and create-react-app. Following is the error I get at the compile time.
Package.json details:
"@craco/craco": "^6.0.0", "react": "^17.0.2", "react-dom": "^17.0.2",
Please let me know if you need more details.
The text was updated successfully, but these errors were encountered: