-
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
UNHANDLED JS EXCEPTION: MINIFIED REACT ERROR #143 #13416
Comments
Hey @krishbhattacharyya - Your reproduction steps don't really help anyone reproduce this issue. Can you get it to happen in a simple app so that others can see the code that you are encountering an issue with? |
Thanks @rmevans9 . Sorry for late reply. But due to some privacy I could not share my code. Got this error in mobile center several times: As per error : React.Children.only expected to receive a single React element child. But why it is only happening after long time running in background, after 3 or 4 days, it should happen all time. I can not understand, what is going on ( Is this related to big images or anything else, if there is any problem related with code it should reflects all time ). Okay I will try to create same scenario with another app. If there is any idea please share me. |
@rmevans9 thank you, I am closing this issue. I have declared null in a undefined parameter ( I found after fetching data there were some json return problem ). I don't know how my problem has solved but now it seems working fine. So further I will reopen this if the problem reproduce again, and need your help that time. |
Description
Used ListView , ScrollView & AsyncStorage in my app. In the AsyncStorage, with the login I have saved the logged in state with others information & clear the state with the log out.
Reproduction Steps and Sample Code
Additional Information
The text was updated successfully, but these errors were encountered: