cloverfield-tools / universal-react-boilerplate

A simple boilerplate Node app.
MIT License
904 stars 97 forks source link

Changes in react-router-redux causes syncHistory error. #84

Closed ghost closed 8 years ago

ghost commented 8 years ago

Steps to reproduce:

git clone git@github.com:cloverfield-tools/universal-react-boilerplate.git
npm install
npm run build:dev
npm start

Hit 0.0.0.0:3000

Following error pops up in console: _Uncaught TypeError: (0 , reactRouterRedux.syncHistory) is not a function

Caused due to changes in react-router-redux pacakage.

OneMuppet commented 8 years ago

+1

ericelliott commented 8 years ago

Fixed?

ghost commented 8 years ago

Yes.