You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't figure out how to clear query strings. If I am at /resource?foo=1 and I navigate to resource?bar=1 then foo is removed any the routing works as expected. If I am at /resource?foo=1 and I navigate to /resource then nothing happens.
The text was updated successfully, but these errors were encountered:
I can't figure out how to clear query strings. If I am at
/resource?foo=1
and I navigate toresource?bar=1
thenfoo
is removed any the routing works as expected. If I am at/resource?foo=1
and I navigate to/resource
then nothing happens.The text was updated successfully, but these errors were encountered: