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

Observable property name is not show in diff popover using mobx v5 #70

Open
blikblum opened this issue Jan 1, 2020 · 0 comments
Open

Comments

@blikblum
Copy link

blikblum commented Jan 1, 2020

When using mobx v3, the popover that shows object diff shows the property name (isLoading) correctly as below:

mobx3

When upgrading to mobx v5 is show the class name followed by a number (ArticlesStore@9) instead of the property name

mobx5

Is this a know bug in devtools?

Or is a problem with mobx v5?

What code i can look for it?

The Popover code is here but i could not find where this.props.path value is defined

This is the original code where i found this behavior and the diff upgrading mobx to v5

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

1 participant