Tomaž Zaman

Results 2 comments of Tomaž Zaman

Can confirm, still an issue. Good thing I found this thread.

Can confirm this issue, my _working_ order of things is now: ``` javascript const createComposedStore = compose( reduxReactRouter( { routes, createHistory } ), applyMiddleware( thunkMiddleware, apiMiddleware, historyMiddleware, loggerMiddleware ), devTools()...