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

fix(runtime-core): avoid unmount teleport's children multiple times #3499

Merged
merged 1 commit into from Mar 29, 2021
Merged

fix(runtime-core): avoid unmount teleport's children multiple times #3499

merged 1 commit into from Mar 29, 2021

Conversation

HcySunYang
Copy link
Member

Fix: #3497

@HcySunYang HcySunYang added the 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. label Mar 29, 2021
@yyx990803 yyx990803 merged commit 3736496 into vuejs:master Mar 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

unmounted hook of directive on teleport's child is called twice.
2 participants