mobxjs / mobx-react-devtools

[DEPRECATED] Tools to perform runtime analyses of React applications powered by MobX and React
MIT License
1.23k stars 49 forks source link

#92 Mobx 5.0.0 support #96

Closed max9599 closed 6 years ago

max9599 commented 6 years ago

https://github.com/mobxjs/mobx/blob/master/CHANGELOG.md .$mobx property has been dropped from all observables and replaced by a Symbol. Instead of using x.$mobx.name, use import { $mobx } from "mobx"; x[$mobx].name etc.

Fix for 'Cannot obtain atom from undefined' https://github.com/mobxjs/mobx-react-devtools/issues/92

mweststrate commented 6 years ago

Thanks a lot! Peer dependency should be updated as well, but will do so on master