observable requires reaction
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 480
- Forks
- 58
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked reproduction repository and trace how the *mobxAutorun and *mobxReaction directives are handled when configure({observableRequiresReaction: true}) is enabled. Compare the directive behavior with other reactive contexts and verify the reproduction no longer reports the issue when the fix is complete.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- angular, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100