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
Reference to bug #2890. I was also having a problem of Actions.key not working. It seems the problem could be more than 1 mobx instances being loaded. The reactions are not being fired because of different mobx versions. I moved the mobx dependencies in react-native-router-flux to peerDependencies and it seems to solve the issue. Not sure if this is right way to fix it.
The text was updated successfully, but these errors were encountered:
Reference to bug #2890. I was also having a problem of Actions.key not working. It seems the problem could be more than 1 mobx instances being loaded. The reactions are not being fired because of different mobx versions. I moved the mobx dependencies in react-native-router-flux to peerDependencies and it seems to solve the issue. Not sure if this is right way to fix it.
The text was updated successfully, but these errors were encountered: