Skip to content
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

Handle cyclic structures #22

Open
schonarth opened this issue Dec 2, 2022 · 1 comment
Open

Handle cyclic structures #22

schonarth opened this issue Dec 2, 2022 · 1 comment

Comments

@schonarth
Copy link

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?

@maciejewiczow
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants