-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
You cannot render into anything but a top root #14717
Comments
Thank you! |
Hello, I'm on 0.46.0-rc.2, using Ignite-CLI and boiterplate. Additional Information Platform: Android |
@kmiloarguello Hi,guy. I do not know the reason why this error occured.Is it a bug of RN and Is there any way to solve this for good? |
I have met this error in RN 0.46-rc2 on Android emulator and real machine. |
Thank, I will try later |
@Symous I thought it would be an Android emulator error maybe when React Native builds the package but really I don't know... Actually I get this error sometimes but I just reloading again solve the problem. |
I get this error on physical device (O+ 3T 7.1.1) |
I get this error when react-native packager dies (see #12895). |
same issue |
I have got this error for more times in RN 0.45.1 when I reload my project,but try again ,it solved. |
I'm using Expo SDK 18, which is based on NR 0.45 and for me the only way to workaround this issue is to open remote debugger |
Same issue here, after React Native 0.46 was released yesterday I downloaded and configured everything to what React Native suggests, Node v6.11 and downgraded npm from 5 to 4 Everything works but this error intermittently occurs and it's very annoying! |
As of today 7th July, the best way round this problem is to enable "Ctrl + M > Remote JS Debugger" from your emulator |
I get this error (real device) when I try to dismiss a modal and I have to say I'm using react-native-navigation lightbox
|
@nimamyscreen |
this hackThis hacky by @rawrmaan fixed for me public void destroy() {
// content.unmountReactView();
dismiss();
} tank you man |
Above fix doesn't resolve for me on
|
@christoshrousis you should reinstall app on devices |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. If you think this issue should definitely remain open, please let us know why. Thank you for your contributions. |
Description
I have met this error irregularly after I update RN to 0.45.1
Reproduction Steps
Modify any code of the program and "Reload".
Solution
Just reload again and the error will disappear.
Additional Information
The text was updated successfully, but these errors were encountered: