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
@dictions I made it as a new issue. We can leave it until there is a real need to use this feature or we can think of some better ways to do it.
I can think of a hacky way by breaking a uni-directional flow in this mode (so I don't want to use it yet). Assume we can check whether we are in time travel mode (not sure it is possible or not). When router state is changed, we push URL directly to history object if we are in the time travel mode. Then, in history.listen callback, we ignore calling props.onLocationChanged if we are in the time travel mode.
Redux DevTools works fine. Time Travel works fine except the URL bar is not changed when we rewind the state.
The text was updated successfully, but these errors were encountered: