mhaagens / react-mobx-react-router4-boilerplate

React, React-Router 4, MobX and Webpack 2-boilerplate with async routes.
560 stars 137 forks source link

upgrade react router to v4 #23

Closed orouz closed 7 years ago

orouz commented 7 years ago

after cloning the repo and installing the dependencies, running npm start results in an error that originates from react-router-dom 4.0.0-beta.3. (this.context.router.createHref is not a function)

upgrading react-router-dom to 4.0.0 seems to fix it.

mhaagens commented 7 years ago

Fixed.