Describe the bug
This
<Component>
<div slot="something" />
</Component>
is currently migrated to
<Component>
{#snippet something()}
<div >
{/snippet}</div>
</Component>
which is completely broken.
Reproduction
- Go here
- Press migrate
- Observe the broken state
Logs
System Info
Severity
annoyance