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
The *mobxAutorun and *mobxReaction directives do not get picked up as reactive contexts by the mobx configuration option:
*mobxAutorun
*mobxReaction
configure({observableRequiresReaction: true});
Reproduced in this git repo: https://github.com/OmerGronich/observable-requires-reaction
The text was updated successfully, but these errors were encountered:
@OmerGronich Is this still relevant?
Sorry, something went wrong.
@SimonTouitou Yes.
Reproduced the bug in a new repo with the lts of mobx and mobx-angular here: Repo
No branches or pull requests
The
*mobxAutorun
and*mobxReaction
directives do not get picked up as reactive contexts by the mobx configuration option:configure({observableRequiresReaction: true});
Reproduced in this git repo: https://github.com/OmerGronich/observable-requires-reaction
The text was updated successfully, but these errors were encountered: