We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty $$slots always true & rule {#if $$slots.someName} don't usefull
{#if $$slots.someName}
https://svelte.dev/repl/90b44cc9716b460fb6872181b26a559f
No response
svelte = latest
blocking all usage of svelte
The text was updated successfully, but these errors were encountered:
I think This is not a bug but I understood your issue.
Always both italic and bold 's svelte:fragment is rendered in your REPL. Therefore $$slots.someName should be always true.
italic
bold
svelte:fragment
$$slots.someName
true
I think it's convenient If the below statement is supported. But now it is not supported.
<H2> {#if italic} <svelte:fragment slot="italic"> italic </svelte:fragment> {/if} </H2>
Sorry, something went wrong.
Duplicate of #5312.
No branches or pull requests
Describe the bug
Empty $$slots always true & rule
{#if $$slots.someName}
don't usefullReproduction
https://svelte.dev/repl/90b44cc9716b460fb6872181b26a559f
Logs
No response
System Info
Severity
blocking all usage of svelte
The text was updated successfully, but these errors were encountered: