yazid138 3 éve
szülő
commit
273103a0ef
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      store/store.js

+ 1 - 1
store/store.js

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