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 any kind of rune is used in a component, $$slots is not defined so cannot use {#if $$slots}
. Watching the js output seems like the line const $$slots = $.sanitize_slots($$props); is not created. Forcing it with {#if eval('unwrap($$props).children')} makes it work.
Describe the bug
When any kind of rune is used in a component, $$slots is not defined so cannot use
{#if $$slots}
. Watching the js output seems like the line
const $$slots = $.sanitize_slots($$props);
is not created. Forcing it with{#if eval('unwrap($$props).children')}
makes it work.Reproduction
Repl
Logs
`$$slots is not defined`
System Info
Severity
blocking an upgrade
The text was updated successfully, but these errors were encountered: