|
@@ -8,7 +8,7 @@ export default function configureStore(initialState) {
|
|
|
// const composeEnhancers = window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ || enhancers;
|
|
// const composeEnhancers = window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ || enhancers;
|
|
|
const store = createStore(
|
|
const store = createStore(
|
|
|
reducers,
|
|
reducers,
|
|
|
- enhancers(applyMiddleware(thunk))
|
|
|
|
|
|
|
+ applyMiddleware(thunk)
|
|
|
|
|
|
|
|
// {
|
|
// {
|
|
|
// ...initialState,
|
|
// ...initialState,
|