mobx-angular
mobx-angular copied to clipboard
observable requires reaction
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
@OmerGronich Is this still relevant?
@SimonTouitou Yes.
Reproduced the bug in a new repo with the lts of mobx and mobx-angular here: Repo