-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Description
Describe the bug
In following code sample I'd expect it to render helloworld without spaces:
hello
{#if true}
world
{/if}Coming from React I'd expect one would need to explicitly put space there for it to appear:
hello
{#if true}
{' '}world
{/if}Perhaps the same problem could be also experienced with other templating syntax such as {#each}.
Reproduction
Logs
System Info
Svelte 5.25Severity
annoyance
Metadata
Metadata
Assignees
Labels
No labels