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
Svelte 5 preview introduced {#snippet ... } {/snippet} block but previous functionality like the {@const} tag is missing. You'll get the following error:
{@const} must be the immediate child of {#if}, {:else if}, {:else}, {#each}, {:then}, {:catch}, <svelte:fragment> or <Component>
Describe the problem
Svelte 5 preview introduced
{#snippet ... } {/snippet}
block but previous functionality like the{@const}
tag is missing. You'll get the following error:Describe the proposed solution
Follow up with this issue #7241
Alternatives considered
None
Importance
would make my life easier
The text was updated successfully, but these errors were encountered: