mobxjs / mobx-angular

The MobX connector for Angular.
MIT License
483 stars 59 forks source link

observable requires reaction #133

Open OmerGronich opened 3 years ago

OmerGronich commented 3 years ago

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

SimonMcKinsey commented 3 years ago

@OmerGronich Is this still relevant?

OmerGronich commented 3 years ago

@SimonTouitou Yes.

Reproduced the bug in a new repo with the lts of mobx and mobx-angular here: Repo