mhaagens / react-mobx-react-router4-boilerplate

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

MobX warning in /posts #39

Closed empz closed 7 years ago

empz commented 7 years ago

The /posts route throws this MobX warning in the console:

app.ce79ae9….js:7 Mobx Observer: You are trying to use 'observer' on a component that already has 'inject'. Please apply 'observer' before applying 'inject'
mhaagens commented 7 years ago

Fixed in the latest commit.