mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-28 08:59:45 +03:00
clear stored cache on COMMIT
This commit is contained in:
parent
a21905cbde
commit
67d29576ef
|
@ -217,6 +217,7 @@ function liftReducerWith(reducer, initialCommittedState, monitorReducer, options
|
|||
// Consider the last committed state the new starting point.
|
||||
// Squash any staged actions into a single committed state.
|
||||
actionsById = { 0: liftAction(INIT_ACTION) };
|
||||
initialLiftedState.actionsById = actionsById;
|
||||
nextActionId = 1;
|
||||
stagedActionIds = [0];
|
||||
skippedActionIds = [];
|
||||
|
|
Loading…
Reference in New Issue
Block a user