-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Transitions in await create duplicate DOM nodes #3431
Comments
I'm having the same issue. Here's a slightly smaller reproduction of the issue: REPL |
I updated the REPL after a discovery: the bug only appears with transition out and not with transition in. |
previous issue: |
Why is this issue closed I am have the same issue with transitions not removing the previous DOM nodes? |
I also have this issue, |
This is closed because it's a duplicate of #1591. |
Describe the bug
transitions in await blocks cause duplicate DOM nodes
To Reproduce
Click update a couple times in this REPL
Expected behavior
No duplicate nodes in the DOM
The text was updated successfully, but these errors were encountered: