You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
mwc
changed the title
Svelte 5: prompt "<slot /> missing" when using children snippet instead of <slot /> in +layout.svelte
Svelte 5: prompt "<slot /> missing" when using children snippet instead of <slot /> in +layout.svelte
Nov 27, 2023
Describe the bug
Svelte 5: prompt "
<slot />
missing" when using children snippet instead of<slot />
in +layout.svelte.+layout.svelte file
Reproduction
as above ...
Logs
No response
System Info
Severity
annoyance
Additional Information
No response
The text was updated successfully, but these errors were encountered: