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

two rapid sequential transitions display wrong #5973

Closed
719media opened this issue May 20, 2022 · 1 comment · Fixed by #5974
Closed

two rapid sequential transitions display wrong #5973

719media opened this issue May 20, 2022 · 1 comment · Fixed by #5974
Labels
🐞 bug Something isn't working regression

Comments

@719media
Copy link

719media commented May 20, 2022

Vue version

3.2.35

Link to minimal reproduction

https://codesandbox.io/s/vue-3-fade-in-transition-forked-rgechd

Steps to reproduce

When you click the button, you can see that both "A" and "B" show. The catalyst to this behavior is the "setTimeout" in the file. Without it, things function normally.

What is expected?

Only "B" should show

What is actually happening?

Both "A" and "B" continue to show

System Info

Seems that this behavior started on 3.2.34, doesn't happen on 3.2.33

Any additional comments?

No response

@zhmushan
Copy link
Contributor

related: 59cf295

@edison1105 edison1105 added 🐞 bug Something isn't working regression labels May 21, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Sep 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🐞 bug Something isn't working regression
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants