-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
Transition gets interrupted on beforeLeave
stage when setting value in the callback.
#2961
Comments
BTW: |
I think it's dumplicate of #2757 |
True, it's the same issue. |
After I took a look at the issue #2757 , I went to inspect code for |
Duplicate of #2757 |
@posva I understand that this is duplicated, but this bug is considered |
Version
3.0.5
Reproduction link
https://codesandbox.io/s/transition-bug-report-bxh3n?file=/src/App.vue
Steps to reproduce
Or
Same steps 1. 2. 3 like above.
4 Remove the part in line 5 " {{ counter }}"
5. Repeat step 2 - 3.
What is expected?
Expecting the transition gets resolved normally
What is actually happening?
The transition gets interrupted by setting the
transition
's first childdisplay
valuenone
before transition ends.The text was updated successfully, but these errors were encountered: