mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 17:46:56 +03:00
Update timestamps on RECOMPUTE_STATES
This commit is contained in:
parent
932eb6185f
commit
62e53164ee
|
@ -150,6 +150,7 @@ function liftReducer(reducer, initialState) {
|
|||
break;
|
||||
case ActionTypes.RECOMPUTE_STATES:
|
||||
stagedActions = liftedAction.stagedActions;
|
||||
timestamps = liftedAction.timestamps;
|
||||
committedState = liftedAction.committedState;
|
||||
currentStateIndex = stagedActions.length - 1;
|
||||
skippedActions = {};
|
||||
|
|
Loading…
Reference in New Issue
Block a user