This repository has been archived by the owner on Feb 25, 2022. It is now read-only.
-
Add ability to navigate without the need of context, |
Beta Was this translation helpful? Give feedback.
Answered by
csells
Dec 26, 2021
Replies: 1 comment
-
You don't need context to call |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
udaymrx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You don't need context to call
GoRouter.go()
orGoRouter.push
; you can make yourGoRouter
instance global and call it from wherever you need.