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
In my svelte application i have some pages with fetched data that is displayed in an {#each} block. Each fetched element has a fade in and out transition. When navigating to/from the page, the transitions should play, but they don't.
This worked fine on my last project running:
svelte: 3.55.0
kit: 1.0.0-next.589
On a brand new project this does not work anymore so there seems to be a regression, also found this issue that may be related
The text was updated successfully, but these errors were encountered:
kinglouie
changed the title
regression: transitions not playing when element inside {#if} or {#each} block
regression: transitions not playing on route change if element inside {#if} or {#each} block
Nov 19, 2023
Describe the bug
In my svelte application i have some pages with fetched data that is displayed in an
{#each}
block. Each fetched element has a fade in and out transition. When navigating to/from the page, the transitions should play, but they don't.This worked fine on my last project running:
svelte: 3.55.0
kit: 1.0.0-next.589
On a brand new project this does not work anymore so there seems to be a regression, also found this issue that may be related
Reproduction
https://codesandbox.io/p/sandbox/crazy-roentgen-qlksjz
To see the issue, click on the test menu item, both text paragraphs on that page should play the in/out transitions, but only one does.
Logs
No response
System Info
Severity
blocking an upgrade
Additional Information
No response
The text was updated successfully, but these errors were encountered: