We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 932eb61 commit 62e5316Copy full SHA for 62e5316
src/devTools.js
@@ -150,6 +150,7 @@ function liftReducer(reducer, initialState) {
150
break;
151
case ActionTypes.RECOMPUTE_STATES:
152
stagedActions = liftedAction.stagedActions;
153
+ timestamps = liftedAction.timestamps;
154
committedState = liftedAction.committedState;
155
currentStateIndex = stagedActions.length - 1;
156
skippedActions = {};
0 commit comments