Describe the bug
Svelte 5: prompt "<slot /> missing" when using children snippet instead of <slot /> in +layout.svelte.
+layout.svelte file
<script>
let { children } = $props()
</script>
{@render children()}
Reproduction
as above ...
Logs
No response
System Info
kit: 1.27.6
svelte: 5.0.0-next.13
Severity
annoyance
Additional Information
No response