chore: fix some dev mode console errors (#2924)
This commit is contained in:
@ -7,7 +7,7 @@ const store = createStore(
|
||||
reducer,
|
||||
compose(
|
||||
applyMiddleware(thunkMiddleware, waitUntilAction),
|
||||
window.devToolsExtension ? window.devToolsExtension() : f => f,
|
||||
window.__REDUX_DEVTOOLS_EXTENSION__ ? window.__REDUX_DEVTOOLS_EXTENSION__() : f => f,
|
||||
),
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user