vue
vue copied to clipboard
Memory leak ??
Version
2.6.14
Browser
MacOS, Chrome 96.0.4664.45
Reproduction link
https://jsfiddle.net/ToBeBest/n4gtcpea/
Steps to reproduce
- Click the
Sign
button - Chrome DevTools - Memory - Take heap snapshot (Select JavaScript VM instance: fiddle.jshell.net)
- Filter by
Detached HTMLButtonElement
- Now you can see the detached button as below
What is expected?
Vue should release the button
What is actually happening?
The button shows in Detached HTMLButtonElement
I've tested it in Windows environment and the same thing happens.
I think it maybe the fix has been merged but it hasn't been released yet. #10085
It's ok on Firfox.
Fixed by #10085