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
It is impossible in Svelte 5 to use {@html} inside <svg>.
In below example, only first path is rendered.
Beer Icon should show up.
In my real project - nothing is visible.
Describe the bug
It is impossible in Svelte 5 to use
{@html}
inside<svg>
.In below example, only first path is rendered.
Beer Icon should show up.
In my real project - nothing is visible.
Reproduction
App.svelte:
Icon.svelte:
Logs
No response
System Info
Severity
blocking all usage of svelte
The text was updated successfully, but these errors were encountered: