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
There are two sets of logging lines: one is in the beforeRouteChange method passed in as options to redux-saga-router, the other is using react-router-redux to listen to history updates. The latter doesn't post an initial log line but beforeRouteChange correctly logs a POP action.
However, for some reason, beforeRouteChange continues to always report a routing action as POP when it should (I think) be PUSH for subsequent routing actions.
The text was updated successfully, but these errors were encountered:
See screenshot: https://puu.sh/Awx72/96dad7e153.png
There are two sets of logging lines: one is in the
beforeRouteChange
method passed in asoptions
to redux-saga-router, the other is usingreact-router-redux
to listen to history updates. The latter doesn't post an initial log line but beforeRouteChange correctly logs a POP action.However, for some reason,
beforeRouteChange
continues to always report a routing action as POP when it should (I think) be PUSH for subsequent routing actions.The text was updated successfully, but these errors were encountered: