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 guess it's intended to be used with location.pathname, which doesn't contain the query / search.
Note that what you mean is not route parameters, but query parameters.
I am using qs to append arbitrary URL params to a route.
However when I match this back, it returns the additional params I added.
I would expect the below example to return
{ alertId: "456", id: "123" }
The text was updated successfully, but these errors were encountered: