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 you navigate out of a page which has the calendar, the previous page lingers between a quarter and a half second before destroying. I found that the issue lies with line 18 in Week.svelte:
I think this relates to the way transitions work in Svelte/Sapper. I'm experiencing an issue now where the calendar's use of transitions actually breaks Sapper's routing.
When you navigate out of a page which has the calendar, the previous page lingers between a quarter and a half second before destroying. I found that the issue lies with line 18 in
Week.svelte
:out:fade={{ duration: 180 }}
I haven't made a PR on this since I couldn't figure out how to replace that line in CSS.
The text was updated successfully, but these errors were encountered: