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
What I understand is that the receive transition is not triggered because Svelte doesn't make any distinction between elements A and B when one replaces the other.
There should probably be a generic way to identify blocks with keys for that type of situations, without having to hack the keyed each block ?
Follow up: #4593
Having two elements A and B, both using the
crossfade
transition onin
andout
.Replicate:
https://svelte.dev/repl/92dca5bdbeef4b939a10eb426b5807e5?version=3.20.1
The text was updated successfully, but these errors were encountered: