Update timestamps on RECOMPUTE_STATES

This commit is contained in:
Dan Abramov 2015-08-12 23:53:40 +03:00
parent 932eb6185f
commit 62e53164ee

View File

@ -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 = {};