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
When doing slot forwarding e.g. <slot name="x" slot="x"/>, with no incoming slot of that name, an "empty" slot is forwarded.
Where what should happen (IMHO) is that NO slot should be forwarded therefore allowing the receiving component to render the default content.
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
When doing slot forwarding e.g.
<slot name="x" slot="x"/>
, with no incoming slot of that name, an "empty" slot is forwarded.Where what should happen (IMHO) is that NO slot should be forwarded therefore allowing the receiving component to render the default content.
Reproduction
Svelte Repl
Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: