mobxjs / mobx-angular

The MobX connector for Angular.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

observable requires reaction

OmerGronich opened this issue · comments

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