Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Computed in remote-redux #56

Open
TechAkayy opened this issue Dec 2, 2021 · 3 comments
Open

Computed in remote-redux #56

TechAkayy opened this issue Dec 2, 2021 · 3 comments

Comments

@TechAkayy
Copy link

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

@FDiskas
Copy link

FDiskas commented Feb 7, 2022

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 :)

@kubk
Copy link

kubk commented Feb 8, 2022

@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.

@FDiskas
Copy link

FDiskas commented Feb 8, 2022

Thank you, I will try your suggestion.
Side note: this package works with mobx v6.
Only one that thingy doesn't @computed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants