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
A location change is happening, just outside the context of your application. It's going from about:blank to whatever URL it loads up as. There's nothing special about this.
On
ConnectedRouter
(fromreact-router-redux
) initialization action@@router/LOCATION_CHANGE
is fired with current path as payload.I think this behaviour is misleading because no actual location change is happening.
If this behaviour is needed to fill state with initial data I suggest to rename it to something like
@@router/LOCATION_INIT
.Version
4.0.0
The text was updated successfully, but these errors were encountered: