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
I have Breadcrumbs component, which updates based on breadcrumbs store. Store updates when +layout.svelte gets mounted or destroyed.
Problem is that breadcrumbs gets updated when outro animation starts, so user sees new bradcrumbs on old page. I think that outgoing component should have its state frozen, so it can not update while animation out. Or there should be at least option to enable this behavior (possibly param in transition function)
Describe the bug
I have Breadcrumbs component, which updates based on breadcrumbs store. Store updates when +layout.svelte gets mounted or destroyed.
Problem is that breadcrumbs gets updated when outro animation starts, so user sees new bradcrumbs on old page. I think that outgoing component should have its state frozen, so it can not update while animation out. Or there should be at least option to enable this behavior (possibly param in transition function)
This could also fix this issue: Store updates break transitions and components #3685 which is wrongfully closed.
Reproduction
https://github.com/ToP29/svelte-transitions-repro
Logs
No response
System Info
Severity
blocking all usage of svelte
The text was updated successfully, but these errors were encountered: