We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3bd2a0 commit 8a63498Copy full SHA for 8a63498
src/js/store/configureStore.js
@@ -20,7 +20,7 @@ export default function configureStore(initialState) {
20
const storageMiddleware = storage.createMiddleware(engine, [], [UPDATE_SETTING, LOGIN.SUCCESS, LOGOUT]);
21
22
const createStoreWithMiddleware = applyMiddleware(
23
- apiMiddleware,
+ thunkMiddleware,
24
notifications,
25
settings,
26
storageMiddleware
0 commit comments