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