This repository has been archived by the owner on Feb 25, 2022. It is now read-only.
How to implement PopUntil? #326
Answered
by
csells
bw-flagship
asked this question in
Q&A
-
Thanks for the remarkable package! I found this way to implement it:
This is not perfect because the location contains all the parameters, so I have to use the contains-operator. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
csells
Jan 20, 2022
Replies: 1 comment
-
You don't need to do that. A simple |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bw-flagship
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You don't need to do that. A simple
context.go('/')
will replace the entire stack of pages with just your homepage.