-
Notifications
You must be signed in to change notification settings - Fork 945
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
Maximum call stack size exceeded
on iOS 10
#211
Comments
Totally struggling with that right now too. I've temporarily turned of logging those commands until I get to the bottom of this. 💩 |
It seems like this issue is somewhat related to socketio/socket.io#1665. If an object with cyclic object values is serialized, then the |
Same issue as this. So how to solve it? |
It's because a circular reference is being passed. For example, you're trying to log something that's a react component (for example the The short term fix is to not log that (I know, not a fix). The long term fix is for me to write (or find) something that detects circular references and uncircularfy them. |
@skellock thanks. I upgraded my |
woah. can you post that as a new issue? if you can, maybe some relevant code to help track it down too. thanks! |
1.9 will put this stuff to rest finally. |
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
When
reactotron
is used withreact-native-router-flux
connected toredux
on iOS 10, it raises theMaximum call stack size exceeded
error, calling_hasBinary
ofsocket.io
a lot.It can be reproduced with the newly created
ignite
project by changingNavigationRouter.js
as the below.The text was updated successfully, but these errors were encountered: