mobx-angular icon indicating copy to clipboard operation
mobx-angular copied to clipboard

observable requires reaction

Open OmerGronich opened this issue 4 years ago • 2 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 avatar Dec 19 '20 15:12 OmerGronich

@OmerGronich Is this still relevant?

SimonMcKinsey avatar Mar 30 '21 11:03 SimonMcKinsey

@SimonTouitou Yes.

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

OmerGronich avatar Mar 30 '21 12:03 OmerGronich