-
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
How to use wrapBy with Redux Store? #2423
Comments
Yes, please we'd super appreciate a response on how to get this to work. Doesn't seem like anyone has gotten this working yet. |
Anyone figure this out? |
I don't use redux for our app, but mobx with wrapBy. Maybe it could be useful for MobX only. |
Removed Redux from docs for |
Ok, thanks for update. How would you recommend migrating from Old syntax that handled the main auth routing: Thanks! |
Did anyone figure out how to migrate from the old Switch syntax above (@richTheCreator ) to the new onEnter/onExit v4 approach? I can't figure it out and I'm upgrading my project to React 16. |
Version
Expected behavior
Want to get the state of current/active screens in memory and do some action in redux store app. Since onEnter/onExit doesn't support calling methods of the component(supports only Static methods calling using
Actions.refs.SCENE_NAME.methodName
).Please provide a working example of the same.
Thanks a ton for taking effort in creating this awesome piece.
The text was updated successfully, but these errors were encountered: