-
-
Notifications
You must be signed in to change notification settings - Fork 338
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
YellowBox: Require cycle: Sentry.js -> RavenClient.js -> Sentry.js #479
Comments
I'm also seeing this issue (I'm developping on Linux, and testing on an android device, react-native 0.57). In addition to the require cycle you mention, I have another one:
Interestingly, commenting |
Same here |
Same issue. Some of the dep resolution I have:
|
@chpill I opened this issue for this specific warning about |
Any idea on when this is going to be solved? :( |
Is this a critic problem? Same here on OS: MacOS Platform: IOS |
Same here and ignore it temporary import { YellowBox } from 'react-native';
YellowBox.ignoreWarnings(['Require cycle:']); // Metro warning, Specific for Sentry |
@ricardovf please, put that list in
|
This was opened last year. Has it ever been resolved? I am getting the same warnings regarding sentry and other imports. It seems this require cycle issue may be causing my action creators to not initialize and return undefined. Please help. |
We were having hard crashes because of this. |
After some debugging I realized the yellow warning was not the cause of the problem for my action creators, but the warning: |
Hello! Can I try to tackle this issue for the Hacktoberfest2020? If so, can you assign it to me? |
@alexnaiman I'm not sure if this is an issue anymore with the new |
@jennmueng I checked for circular dependencies for
So, I will submit PR with a fix for that if it is ok |
Ok if this is no longer an issue let's close it. |
@jennmueng Still getting require cycle warnings after installing
|
Yes this still happening when installing and using sentry:
|
#2080 is being tracked there, this is just a warning, though it does not harm the app. |
OS:
Platform:
Output of
node -v && npm -v && npm ls --prod --depth=0
I'm using react-native 0.57
On each run on a simulator, I have the following warning:
It's annoying and I'd like to get rid of it.
The text was updated successfully, but these errors were encountered: