We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using mobx v3, the popover that shows object diff shows the property name (isLoading) correctly as below:
isLoading
When upgrading to mobx v5 is show the class name followed by a number (ArticlesStore@9) instead of the property name
ArticlesStore@9
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.props.path
This is the original code where i found this behavior and the diff upgrading mobx to v5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using mobx v3, the popover that shows object diff shows the property name (
isLoading
) correctly as below:When upgrading to mobx v5 is show the class name followed by a number (
ArticlesStore@9
) instead of the property nameIs 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 definedThis is the original code where i found this behavior and the diff upgrading mobx to v5
The text was updated successfully, but these errors were encountered: