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
*mobxAutorunand*mobxReactiondirectives 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