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 c0ea391 commit a87896dCopy full SHA for a87896d
examples/counter/src/store/configureStore.dev.js
@@ -5,10 +5,7 @@ import rootReducer from '../reducers';
5
import DevTools from '../containers/DevTools';
6
7
const finalCreateStore = compose(
8
- applyMiddleware(thunk, () => next => action => {
9
- console.log(action);
10
- return next(action);
11
- }),
+ applyMiddleware(thunk),
12
DevTools.instrument(),
13
persistState(
14
window.location.href.match(
0 commit comments