We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51f3d38 commit 2bab639Copy full SHA for 2bab639
packages/runtime-core/src/renderer.ts
@@ -1098,6 +1098,8 @@ function baseCreateRenderer(
1098
if (
1099
patchFlag > 0 &&
1100
patchFlag & PatchFlags.STABLE_FRAGMENT &&
1101
+ // #5523 dev root fragment may inherit directives so always force update
1102
+ !(__DEV__ && patchFlag & PatchFlags.DEV_ROOT_FRAGMENT) &&
1103
dynamicChildren &&
1104
// #2715 the previous fragment could've been a BAILed one as a result
1105
// of renderSlot() with no valid children
0 commit comments