Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/docs/07-misc/07-v5-migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ In Svelte 4, the easiest way to pass a piece of UI to the child was using a `<sl
</script>

---<slot />---
+++{@render children?.()}+++
+++{@render children()}+++
```

### Multiple content placeholders
Expand Down