Open TechAkayy opened 2 years ago
I tried this on react-native - also there are no computed properties. And yes - probably this package is also unmaintained - because of porn link in the readme :)
@FDiskas You can try this package: https://github.com/kubk/mobx-log
It's just a simple logger, but it is compatible with Mobx 6. I've built it because mobx-remotedev
is no longer maintained.
Thank you, I will try your suggestion.
Side note: this package works with mobx v6.
Only one that thingy doesn't @computed
Hi all,
I'm using the remote-redux devtools (electron) and I'm able to connect to my mobx store remotely (localhost:9000).
All observables are getting displayed in state, and the actions are getting listed. But, my state doesn't include "computed" get properties.
Just wanted to know if this is a bug, or if this is a limitation of this package? Can anyone see their computed properties in their redux devtools? Thank you!
Sad that this package is unmaintained, esp when the official Mobx one (https://github.com/mobxjs/mobx-devtools) is also unmaintained