You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My project has large data structures where many reference each other and vice-versa. I won't discuss whether or not this is a bad practice, that being legacy code I have to live with. So, can mobx-flipper do something to display the data or at least not break the whole app?
The text was updated successfully, but these errors were encountered:
Also would love for this problem to be solved, I see that the root cause of the issue is the react-native-flipper itself, but this can be worked around, maybe by stringifying the store beforehand and sending it as a string? Then unpacking on the other side manually
My project has large data structures where many reference each other and vice-versa. I won't discuss whether or not this is a bad practice, that being legacy code I have to live with. So, can mobx-flipper do something to display the data or at least not break the whole app?
The text was updated successfully, but these errors were encountered: