Describe the bug
<Stuff>
<svelte:fragment slot="sticky-bottom">
cool
</svelte:fragment>
</Stuff>
this is migrated to
<Stuff>
{#snippet sticky-bottom()}
cool
{/snippet}
</Stuff>
which is invalid code.
We should either set a TODO or migrate the snippet to be outside and passed as a prop.
Reproduction
repl
Logs
No response
System Info
Severity
annoyance