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
fix(StoreDevtools): Recompute state history when reducers are updated (#844)
This fixes the issue with time-traveling to previous states before
the reducers were updated. Each state history item will be recomputed
with the latest reducer.
0 commit comments