You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
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 :)
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
The text was updated successfully, but these errors were encountered: