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
Basically whenever having a component that for example has a status that changes on outrostart it would rerender like in the case below
expected normal interaction: svelte 4
this is no longer the case in svelte 5 it no longer rerenders the component
I'm not sure if we can change this. We mark effects that are part of an outro transition as inert, which means they no longer update - this is what's happening here.
In other words, it's a bug that the content changes in the first example. While we're striving to maximise compatibility with Svelte 4, that doesn't extend as far as recreating bugs, so I'm going to close this.
Describe the bug
Basically whenever having a component that for example has a status that changes on outrostart it would rerender like in the case below
expected normal interaction: svelte 4
this is no longer the case in svelte 5 it no longer rerenders the component
Reproduction
svelte 5
Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: