Joan Mira

Results 33 comments of Joan Mira

If I apply the middleware like this `const store = createStore(rootReducer, compose(applyMiddleware(middleware, thunk)`, then I get this error: `Router.js?a4aa:87 Uncaught TypeError: Cannot read property 'getCurrentLocation' of undefined` ![screen shot 2017-04-24...

@mjrussell @Scarysize any idea of how can I fix the issue? thanks

I've fixed the `location of undefined` issue by adding `export` to the history const. But then I had to downgrade the `history` library to `3.3.0` and then now I get...