We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a840e7d commit c21ef45Copy full SHA for c21ef45
packages/runtime-core/src/helpers/renderSlot.ts
@@ -35,7 +35,7 @@ export function renderSlot(
35
Fragment,
36
{ key: props.key },
37
slot ? slot(props) : fallback || [],
38
- slots._ ? 0 : PatchFlags.BAIL
+ slots._ ? PatchFlags.STABLE_FRAGMENT : PatchFlags.BAIL
39
)
40
41
}
0 commit comments