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(
|
||||
rootReducer,
|
||||
compose(
|
||||
applyMiddleware(thunkMiddleware),
|
||||
(window as any).__REDUX_DEVTOOLS_EXTENSION__ && (window as any).__REDUX_DEVTOOLS_EXTENSION__()
|
||||
applyMiddleware(thunkMiddleware)
|
||||
)
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user