We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a5b91b commit 8cb0b83Copy full SHA for 8cb0b83
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