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
configure({ observableRequiresReaction: true, }); observable.box(1); // ok observable.box(() => 1); // ok observable.box({ a: 1 }); // ok observable.box([1]); // [mobx] Observable 'ObservableValue@4' being read outside a reactive context.
Intended outcome:
No extra warnings
Actual outcome:
Extra warning with array in new created the box
How to reproduce the issue:
Reproducible in nodejs and in browser
Versions
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Intended outcome:
No extra warnings
Actual outcome:
Extra warning with array in new created the box
How to reproduce the issue:
Reproducible in nodejs and in browser
Versions
The text was updated successfully, but these errors were encountered: