watchers inside of EffectScope are still collected by the current component #4158
Labels
❗ p4-important
Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf.
🐞 bug
Something isn't working
scope: reactivity
Version
3.2.0-beta.2
Reproduction link
Playground
Steps to reproduce
What is expected?
the watcher should not be disposed of when the component is unmounted
What is actually happening?
the watcher is destroyed along the component
The text was updated successfully, but these errors were encountered: