changing query params with route.push #14288
Unanswered
stefanprobst
asked this question in
Help
Replies: 1 comment 1 reply
-
Is there one specifically that you want to use out of the ones that do not work? Usually when I think about changing query params for the same page, I think about router.push('/?filter=five', undefined, { shallow: true } |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i want to change query params on the same route programmatically with
route.push
, and i'm confused that of the following five examples, only the first and last seem to be allowed:Beta Was this translation helpful? Give feedback.
All reactions