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
When using transitions and stores in a svelte component the directive <svelte:component this={page} /> does add the component to the bottom when 'page' changes.
I got a workaround for anybody having the same issue. Communicate with the viewport from the view components through events. The first event notifies the viewport that the current view has an outro transition which it should await and the second event tells the viewport that the outro has finished and that it may switch to the next component.
Describe the bug
When using transitions and stores in a svelte component the directive <svelte:component this={page} /> does add the component to the bottom when 'page' changes.
Reproduction
https://svelte.dev/repl/4484e9f2c4214cc6a85e8371bac76dbc?version=3.43.0
Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: