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
Hello,
next.167 breaks <svelte:component> in development mode (vite). Changing this value makes component disappear. If svelte:component is put inside {#key ..} and key is updated as well, new component is appended to the old ones, ie. <svelte:component> grows and renders all previous components before the new one.
This problem does not exist in next.166 and disappears in production after vite build.
Reproduction
Can't provide REPL, as there is no problem in production mode.
C1 and C2 are any components, just different visually.
Changing to V5 syntax also doesn't help.
Describe the bug
Hello,
next.167 breaks
<svelte:component>
in development mode (vite). Changingthis
value makes component disappear. If svelte:component is put inside{#key ..}
and key is updated as well, new component is appended to the old ones, ie.<svelte:component>
grows and renders all previous components before the new one.This problem does not exist in next.166 and disappears in production after
vite build
.Reproduction
Can't provide REPL, as there is no problem in production mode.
C1 and C2 are any components, just different visually.
Changing to V5 syntax also doesn't help.
Logs
No response
System Info
Severity
blocking all usage of svelte
The text was updated successfully, but these errors were encountered: