mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 03:07:52 +01:00
Remove redux devtools from create store
This commit is contained in:
@@ -7,8 +7,7 @@ const createStoreHelper = () => (
|
|||||||
createStore(
|
createStore(
|
||||||
rootReducer,
|
rootReducer,
|
||||||
compose(
|
compose(
|
||||||
applyMiddleware(thunkMiddleware),
|
applyMiddleware(thunkMiddleware)
|
||||||
(window as any).__REDUX_DEVTOOLS_EXTENSION__ && (window as any).__REDUX_DEVTOOLS_EXTENSION__()
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user