fix(runtime-dom): correctly handle the v-if in TransitionGroup#14569
fix(runtime-dom): correctly handle the v-if in TransitionGroup#14569jackma9604 wants to merge 3 commits intovuejs:minorfrom
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
@vue/compiler-core
@vue/compiler-dom
@vue/compiler-sfc
@vue/compiler-ssr
@vue/compiler-vapor
@vue/reactivity
@vue/runtime-core
@vue/runtime-dom
@vue/runtime-vapor
@vue/server-renderer
@vue/shared
vue
@vue/compat
commit: |
Size ReportBundles
Usages
|
acff0d3 to
6aa2045
Compare
| fragments.forEach(f => (f.$transition = resolvedHooks)) | ||
|
|
||
| if (block instanceof ForFragment) { | ||
| setTransitionHooksOnFragment(block, { |
There was a problem hiding this comment.
Thank you for your PR.
The logic here essentially duplicates the internal logic of TransitionGroup; it should reuse the internal logic of TransitionGroup rather than re-implementing it. See #14571
|
see #14569 (comment) |
fix: #14564