mhaagens / react-mobx-react-router4-boilerplate

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

fixed broken active className #37

Closed orouz closed 7 years ago

orouz commented 7 years ago

this fixes the issue with the active className not working see here for the explanation, basically, mobx changes componentShouldUpdate which prevents the component for updating.

mhaagens commented 7 years ago

Hi @orouz Thanks for the PR, appreciate it!