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.
Here is my use case:
I dispatch a push action
dispatch(push({ pathname: '/my-route', query: { status: ['online'] }})
When adding logging around routing, when the
ROUTER_PUSH
payload looks like:But then when the
ROUTER_LOCATION_CHANGED
action is dispatched, thequery
value changes to:so essentially something is turning that from an array with a single string value to just a string
The text was updated successfully, but these errors were encountered: