-
-
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
fix: When the app is unmounted, the onMounted
of suspense in Transition should not be called
#11059
base: main
Are you sure you want to change the base?
Conversation
… should not be added to queuePostFlushCb
onMounted
of suspense in Transition should not be called
activeBranch!.transition!.afterLeave = () => {
// ....
// remove afterLeave
activeBranch!.transition!.afterLeave = undefined
}
|
…ould only be executed once
@linzhe141 |
my bad, and in version 3.4.28, it has been fixed |
@linzhe141 |
Thanks for your review, I will look into this issue again. |
Size ReportBundles
Usages
|
❌ Deploy Preview for vue-next-template-explorer failed.
|
@vue/compiler-core
@vue/compiler-dom
@vue/compiler-ssr
@vue/compiler-sfc
@vue/reactivity
@vue/runtime-core
@vue/runtime-dom
@vue/server-renderer
@vue/shared
vue
@vue/compat
commit: |
❌ Deploy Preview for vue-sfc-playground failed.
|
❌ Deploy Preview for vue-sfc-playground failed.
|
close #11037