Closed
Description
Describe the bug
On a simple "router" using different Page
components wrapped with a PageTransition
component, the transition with Svelte 3.50.0 does not seem to act the same as before.
The leaving Page
component goes out without a transition and then the new one comes with the transition.
As it works with the same exact code on 3.49.0, I believe this is a bug, unless I missed something on the changelog.
Reproduction
Example with Svelte 3.49.0 with transition working as expected:
https://svelte.dev/repl/d498205ea0044e41a37da8f1c0d5728a?version=3.49.0
Same exact example with Svelte 3.50.0, but not acting as wanted this time:
https://svelte.dev/repl/d498205ea0044e41a37da8f1c0d5728a?version=3.50.0
Logs
No response
System Info
REPL
Severity
blocking an upgrade