-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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: detached nodes are kept when using transitions #15203
Comments
This does not reproduce for me, at most singular elements are detached and nothing changes in regards to elements in subsequent snapshots. Do you have some extension that maybe is messing with the DOM? |
@brunnerh not using chrome as my daily driver, so it's just a clean installation without any extensions. Are you sure you are taking snapshot of the right VM instance inside devtools? For me it's a common mistake to forget to record the correct one when doing it inside playground :) |
@brunnerh for me amount of detached nodes directly corresponds to the number of clicks I am doing |
Also can confirm that if I remove |
@brunnerh looks like the same problem is in Safari as well |
Describe the bug
When using transitions something isn't cleaned up properly resulting in detached nodes memory leak.
This was already fixed once in #12719, so seems to be a regression due to some changes. I am wondering if it's even possible to have a test or something for it to prevent future regressions.
Reproduction
REPL
Logs
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: