-
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
Error when start without debug #12477
Comments
Did you address this warning?: Objects are not valid as a React child (found: object with keys {$$typeof, type, key, ref, props, _owner, _store}). If you meant to render a collection of children, use an array instead or wrap the object using createFragment(object) from the React add-ons. Check the render method of Also, see if this still happens on the most recent version. |
I think that error happend somewhere in library |
Can you go back and make sure all the fields in the template are filled out? Right now, there is not sufficient information here for someone to reproduce what you're encountering, which greatly reduces the chances you will be able to get some help here. Ideally, a GitHub issue would clearly outline a problem in React Native. Are you certain this is something that needs to be addressed in RN as opposed to another library you may be using in your project? |
As per @hramos' comment I think this is a problem with one of those libraries. If you can share the code it would be possible to verify that. |
I am going to close this, but feel free to open a new issue with the additional information provided. Thanks! |
@IgorZh did you manage to solve it? |
@hugomosh. Sorry, I can't help you. As I remember I found out that the error depends on some third-party lib, but I didn't solve it. |
We figure it out, for our case it turn down to be an *import*: ``import
'babel-polyfill';``, to be precise, that made the error (it was part of
the example of some library). We remove it and it all went find.
El mar., 22 de ago. de 2017 a la(s) 00:01, IgorZh <[email protected]>
escribió:
… @hugomosh <https://github.com/hugomosh>. Sorry, I can't help you. As I
remember I found out that the error depends on some third-party lib, but I
didn't solve it.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#12477 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA21erXHJ6XIiBBys_LQMWtUvwuHlISyks5samC5gaJpZM4MGUSX>
.
|
In my case turns out it was this import in my reducers file:
App only ran on debugging mode. |
Hello, I have a bug just after application started by command
react-native run-android
. Error appears when I switch off remote debug. With debugger all works correct.Description
versions of libs
The text was updated successfully, but these errors were encountered: