Skip to content

Commit 62e5316

Browse files
committed
Update timestamps on RECOMPUTE_STATES
1 parent 932eb61 commit 62e5316

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/devTools.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ function liftReducer(reducer, initialState) {
150150
break;
151151
case ActionTypes.RECOMPUTE_STATES:
152152
stagedActions = liftedAction.stagedActions;
153+
timestamps = liftedAction.timestamps;
153154
committedState = liftedAction.committedState;
154155
currentStateIndex = stagedActions.length - 1;
155156
skippedActions = {};

0 commit comments

Comments
 (0)