Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory leak ?? #12358

Closed
ovaldi opened this issue Nov 16, 2021 · 4 comments
Closed

Memory leak ?? #12358

ovaldi opened this issue Nov 16, 2021 · 4 comments

Comments

@ovaldi
Copy link

ovaldi commented Nov 16, 2021

Version

2.6.14

Browser

MacOS, Chrome 96.0.4664.45

Reproduction link

https://jsfiddle.net/ToBeBest/n4gtcpea/

Steps to reproduce

  1. Click the Sign button
  2. Chrome DevTools - Memory - Take heap snapshot (Select JavaScript VM instance: fiddle.jshell.net)
  3. Filter by Detached HTMLButtonElement
  4. Now you can see the detached button as below

image

image

What is expected?

Vue should release the button

What is actually happening?

The button shows in Detached HTMLButtonElement

@LimeFavorCat
Copy link

I've tested it in Windows environment
and the same thing happens.

@ota-meshi
Copy link
Member

I think it maybe the fix has been merged but it hasn't been released yet.
#10085

@Kamandlou
Copy link

It's ok on Firfox.

@yyx990803
Copy link
Member

Fixed by #10085

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants