Skip to content

v2.0.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@supasate supasate released this 23 Dec 17:27
· 454 commits to master since this release

Bug Fix

Breaking change

  • Use connectRouter(history)(rootReducer) instead of manual mounting routerReducer.

Migration guide from v1.0.0-alpha.x

  1. Remove router: routerReducer from combineReducers function in your root reducer file.
  2. In createStore function, change the first argument from your rootReducer to connectRouter(history)(rootReducer) and import connectRouter from connect-react-router

See Usage for more details.