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 has been archived by the owner on Dec 15, 2018. It is now read-only.
When moving back to a location with query-parameters, the router seems to have omitted the query-parameters the initial LOCATION_CHANGED-action was called with (even though the POP-action has the query-parameters)
I've included below which actions have to be dispatched to reproduce the issue.
ROUTER_LOCATION_CHANGED {param: "foo"}
ROUTER_PUSH {param: "bar"}
ROUTER_LOCATION_CHANGED {param: "bar"}
ROUTER_POP {param: "foo"} // Why does this have {param: "foo"} and the next action doesn't?
ROUTER_LOCATION_CHANGED undefined // Expected: ROUTER_LOCATION_CHANGED {param: "foo"}
The text was updated successfully, but these errors were encountered:
When moving back to a location with query-parameters, the router seems to have omitted the query-parameters the initial LOCATION_CHANGED-action was called with (even though the POP-action has the query-parameters)
I've included below which actions have to be dispatched to reproduce the issue.
The text was updated successfully, but these errors were encountered: