How to get rid of query params in the url bar? #1969
Unanswered
mklepaczko
asked this question in
Q&A
Replies: 0 comments
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.
-
When I open a web app with a query param, let's say:
http://localhost:63456/?test=123Then I move to another screen and this param remains:
http://localhost:63456/?test=123#/shopHow to get rid of this query parameter? I just need to deal with it when opening the app and then it should be gone.
Beta Was this translation helpful? Give feedback.
All reactions