-
-
Notifications
You must be signed in to change notification settings - Fork 8.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
fix(TransitionGroup): not warn unkeyed text children with whitespece preserve #11888
Conversation
Size ReportBundles
Usages
|
@vue/compiler-core
@vue/compiler-sfc
@vue/compiler-ssr
@vue/compiler-dom
@vue/runtime-core
@vue/reactivity
@vue/runtime-dom
@vue/server-renderer
@vue/compat
@vue/shared
vue
commit: |
Thanks for the fix, what is the approximate release date? Checked out on Vue2 with the same code - everything fine, only real children without whitespace VNodes. Update: Vue2 sandbox |
I'm not sure exactly when to merge, after all, it's just a warning, it's not a high-priority.
I'm not sure how |
@edison1105 just curious, can this somehow affect the performance of TransitionGroup or make some uncontrolled bugs because of empty vnodes? What do you think? |
@LeftGamer1 Probably not, since text node doesn't apply animations
|
@edison1105 ohhhh, missed this line |
close #11885