We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d6a59 commit a55295dCopy full SHA for a55295d
site/content/docs/02-template-syntax.md
@@ -1430,7 +1430,7 @@ Named slots can also expose values. The `let:` directive goes on the element wit
1430
1431
The `<svelte:self>` element allows a component to include itself, recursively.
1432
1433
-It cannot appear at the top level of your markup; it must be inside an if or each block to prevent an infinite loop.
+It cannot appear at the top level of your markup; it must be inside an if or each block or passed to a component's slot to prevent an infinite loop.
1434
1435
```sv
1436
<script>
0 commit comments