mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 08:30:02 +03:00
Ignore
This commit is contained in:
parent
dd5fcf792d
commit
05165913a7
|
@ -54,6 +54,8 @@ export default function configureStore(
|
||||||
|
|
||||||
const store = createStore(
|
const store = createStore(
|
||||||
rootReducer,
|
rootReducer,
|
||||||
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
||||||
|
// @ts-ignore
|
||||||
restoredState,
|
restoredState,
|
||||||
composeEnhancers(applyMiddleware(exportState, api))
|
composeEnhancers(applyMiddleware(exportState, api))
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user