-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[mobx] Warning: there are multiple mobx instances active #3093
Comments
Same here |
I looked into this issue, and the only way around it is to not use react-native-router-flux and find an alternative apparently |
I'm having the same problem. Would love to see this issue addressed. Currently using versions: Any help would be appreciated! Thank you! EDIT: Removing the ^ symbol in front of the version number will keep mobx and mobx-react from automatically updating to the next major version. Hope this helps someone! |
Latest version doesn't use mobx, closing it |
[mobx] Warning: there are multiple mobx instances active #3093 |
Version
Tell us which versions you are using:
react-native-router-flux: 4.0.0-beta.31
react-native: 0.45.1
my own mobx/mobx-react: 3.2.2/4.2.2
Description
I already have integer mobx in my application before. after I upgrade my react-native-router-flux from v3.x to v4.0 , I see this waring : there are multiple mobx instances active , but it seems like that have not bring any influence to my application . but please how can I fix this ? thanks.
Steps to reproduce
related issue: #2155
The text was updated successfully, but these errors were encountered: