Update redux store configuration to use new signature (#6683)
Этот коммит содержится в:
коммит произвёл
Harrison Healey
родитель
ab67f6e257
Коммит
d6603ba7c0
@@ -112,6 +112,6 @@ export default function configureStore(initialState) {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
return configureServiceStore({}, appReducer, offlineOptions, getAppReducer, false);
|
return configureServiceStore({}, appReducer, offlineOptions, getAppReducer, {enableBuffer: false});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user