-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Apple M1 – Issue w/ @babel/runtime/helpers/interopRequireDefault.js error w/ NextJS, unable to use component #2153
Comments
I encountered this exact same issue with my Next.js project. |
Reverting to v0.39.3 solved the issue for me as a workaround |
So, you do not see a |
🎉 This issue has been resolved in version 0.39.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@Sangeeth69 @cutterbl looks like this just introduced a new bug, still not working for me.
|
Hey @gavgrego and others. Sorry, npm was giving issues yesterday so I couldn't test a possible fix for the issues you're facing. But could you check #2156 (comment) and maybe any further discussions on this can go in #2156 |
Check that this is really a bug
Reproduction link
https://github.com/gavgrego/dead-cal
Bug description
When trying to use component on a page with NextJS get an error related to
/home/runner/work/react-big-calendar/react-big-calendar/node_modules/@babel/runtime/helpers/interopRequireDefault.js
`error - Error: Cannot find module '/home/runner/work/react-big-calendar/react-big-calendar/node_modules/@babel/runtime/helpers/interopRequireDefault.js'
Require stack:
Expected Behavior
No response
Actual Behavior
No response
react-big-calendar version
0.36.4
React version
0.36.4
Platform/Target and Browser Versions
macOS M1
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: