mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-01-31 11:51:41 +03:00
Style tweak
This commit is contained in:
parent
57375c2752
commit
7e3f60572a
|
@ -131,9 +131,7 @@ function liftReducerWith(reducer, initialCommittedState, monitorReducer) {
|
|||
const initialLiftedState = {
|
||||
monitorState: monitorReducer(undefined, {}),
|
||||
nextActionId: 1,
|
||||
actionsById: {
|
||||
0: liftAction(INIT_ACTION)
|
||||
},
|
||||
actionsById: { 0: liftAction(INIT_ACTION) },
|
||||
stagedActionIds: [0],
|
||||
skippedActionIds: [],
|
||||
committedState: initialCommittedState,
|
||||
|
|
Loading…
Reference in New Issue
Block a user