[router] support URL Query string #496
-
Hi ! not found support for URL query string When used it redirects to location, truncating query parameters |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @bit-app-3000 — sorry for the delay, can you please still provide a small example to illustrate the issue? Thank you! |
Beta Was this translation helpful? Give feedback.
-
Hi @bit-app-3000 — sorry for the delay. I've just released a new version of this package (i.e. v4.1.28) which should keep the existing query string when navigating to a new route... This should only have been an issue if you're not using the hash fragment for storing the route. Please let me know if that works for you. I've tested it with router-basics example and it seems to be all in order... |
Beta Was this translation helpful? Give feedback.
Hi @bit-app-3000 — sorry for the delay. I've just released a new version of this package (i.e. v4.1.28) which should keep the existing query string when navigating to a new route... This should only have been an issue if you're not using the hash fragment for storing the route. Please let me know if that works for you. I've tested it with router-basics example and it seems to be all in order...