-
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
Maximum call stack size exceeded #30
Comments
This was using |
@yordis Did you solve this ? I have same issue. |
I found the problem. When I combine mulitple store to one and pass when pass root reference to child. it will give this error
|
@nazrdogan I am not using Mobx anymore. |
I am having the exact same problem. Did anyone found a way to avoid this error and keep the circular reference shown by @nazrdogan ? |
have the same issue, any progress? |
I just install this to React Native Debugger and I got
was in this chuck of code
from this function
The text was updated successfully, but these errors were encountered: