Possible memory leak created by watchers
Vue version
a95554d
Link to minimal reproduction
Steps to reproduce
- Start chrome
- Open the linked SFC Playground
- Open devtools > Memory
- Invoke garbage collection (click on trash)
- Create snapshot
- In the created snapshot, filter for VClass objects
What is expected?
If I'm not mistaken, both a and b should be garbage collected.
What is actually happening?
Only a is being garbage collected.
System Info
No response
Any additional comments?
No response