Skip to content

Transitions on 3.50.0 don't act the same as 3.49.0 #7828

Closed
@flayks

Description

@flayks

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions