-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Require cycle: node_modules/core-js/internals/microtask.js warning #31969
Comments
|
Thanks for the issue @KrisLau would need more information then just the error message. Could you provide a repo that demonstrates the error from a fresh template. |
@safaiyeh Sorry it's taken me so long to get back to you! So I figured out the part that's causing the error but I'm unsure how to resolve it as it was working prior. It's being caused by the My code (excluding import statements for brevity):
|
Any updates on this? When I set |
I'm getting the same issue as @KrisLau. And it's also relative to Storybook. Even the simple boolean-based export type creates troubles (in my case, react-hook-form stops working)
The only warning I'm getting is about the Require cycle The unique working solution is to set |
@safaiyeh Any ideas on what might be causing this? |
Looks like this have not too much to do with RN itself and warning is properly thrown in that case. |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue was closed because it has been stalled for 7 days with no activity. |
Description
Getting this error when I build my React Native app
React Native version:
Steps To Reproduce
I'm not sure what caused it but it is similar to this commenter and issue #31173. The solution provided in #31173 is to disable Hermes but I would like to leave Hermes enabled since it is supposed to provide performance improvements.
Expected Results
No error in Metro
Snack, code example, screenshot, or link to a repository:
The text was updated successfully, but these errors were encountered: