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
-
When I open a web app with a query param, let's say:
http://localhost:63456/?test=123
Then I move to another screen and this param remains:
http://localhost:63456/?test=123#/shop
How 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