This repository was archived by the owner on Feb 25, 2022. It is now read-only.
Replies: 3 comments
-
what problem are you trying to solve? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I use Redux for state management and I have epics that handle certain Redux actions, where a context is not available. When I initialize each epic, I pass in the global I think I answered my own question by using code like:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
And did that do the trick? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a
navigatorKey.currentState.push()
equivalent in go_router for scenarios where navigation is triggered from Redux middleware for example? WithnavigatorKey
defined asfinal navigatorKey = GlobalKey<NavigatorState>();
Beta Was this translation helpful? Give feedback.
All reactions