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
- correctly assign children snippet to default slot, fixes#13067
- allow `svelte:fragment` without `let:` directives to be rendered by `@render children()`, fixes#13066
Describe the bug
Passing a fragment to
@render
throws thelet:
error even when there is nolet:
.Related to #13063 - it seems like interop between snippets and slots is completely broken.
Reproduction
REPL
Severity
annoyance
The text was updated successfully, but these errors were encountered: