-
Notifications
You must be signed in to change notification settings - Fork 40
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
Requires cycle warning #36
Comments
Related to kolodny/jsan#25. Looks like that limitation was added somewhere in React Native, it doesn't have any issues, but better to handle on |
This is from React Native, right? If I'd have a repro would look into it, but if someone can do a PR on |
@zalmoxisus when i open try to debug react native using remote devtool it shows unknown call relay:check .and it shows following thing on devtools. In screenshot you can see the message too. I have added you in repo so you can investigate. Currently i am working it as private which i plan to release to open source later. |
Thanks for adding me. Unfortunately I'm not using RN atm and don't have an emulator on this machine to check now. Could you try to replace I see it's warning not only when requiring the lib so should be quite annoying, but it would need to restructure the whole lib into one file which isn't quite sustainable just for a linting warning as discussed in kolodny/jsan#25. |
@zalmoxisus i replaced it but it seems everything is same nothing changed. I needed to create new file for let me know if i can do anything. |
Yes, I tried to move it to new |
@zalmoxisus is it due to package issue or which one? like many package etc are starting to showing up. If i don't use devtool it doesn't show any errors. |
Yes, we have that in |
hmm should we ignore it or ? . According to metro they are trying to protect us from code with cycle that can create problem in future. |
I think yes, nobody had any problems in several years with the way the cycle is setup there. Just the warning flood is annoying. The solution is to patch Metro as indicated in facebook/metro#287 (comment). Let's keep the issue open, so others can find. |
It uses jsan packages which shows warning like this.
is there anyway to get rid of such warning
The text was updated successfully, but these errors were encountered: