Skip to content

Commit

Permalink
Use immutable routerMiddleware
Browse files Browse the repository at this point in the history
  • Loading branch information
Armour authored and supasate committed Feb 5, 2019
1 parent 3977f3b commit 35fd393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/immutable/src/configureStore.js
@@ -1,6 +1,6 @@
import { createBrowserHistory } from 'history'
import { applyMiddleware, compose, createStore } from 'redux'
import { routerMiddleware } from 'connected-react-router'
import { routerMiddleware } from 'connected-react-router/immutable'
import createRootReducer from './reducers'

export const history = createBrowserHistory()
Expand Down

0 comments on commit 35fd393

Please sign in to comment.