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