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
{{ message }}
This repository was archived by the owner on Dec 15, 2018. It is now read-only.
The location returned by the history listener does not return state (and thus query) for the initial route. Reproduce using this flow:
On a new tab, load a URL with at least one querystring value
Perform an action on the page that results in a push to a new url with different query values
Press the browser's back button
Expected: the query object should be available on the ROUTER_LOCATION_CHANGED action payload
Result: the query is an empty object (key is undefined and hash is an empty string as well).
I spent a little time trying to track down the root cause, but had to move onto other things, so reproduction steps is the best I can give you at the moment.