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
Code such as <slot name="a" slot="a" let:abc abc={abc}> throws a compiler error in Svelte 5 that "slot can only receive attributes, not directives". This works fine on Svelte 4.
This is mostly a problem when using old code or libraries that contain this syntax.