Open brunnerh opened 1 month ago
That something I have reported here : https://github.com/sveltejs/svelte/issues/13434
But there a catch : on Svelte 4 slots use a different name-space than props, so there may be conflicts.
That something I have reported here : #13434
But there a catch : on Svelte 4 slots use a different name-space than props, so there may be conflicts.
We already bail out in the migration script if that's the case
We already bail out in the migration script if that's the case
Yes but conflits are possible if the component was not migrated.
Describe the bug
There were some interop limitations between slots & snippets which by now have been addressed for the most part, so this probably should be fixed as well, if possible.
Would obsolete #13063 since everything would be fully compatible as far as I can tell.
Reproduction
REPL
Logs
No response
System Info
Severity
blocking an upgrade