Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] Local transitions from #key blocks #7286

Merged
merged 2 commits into from Apr 16, 2022

Conversation

bfanger
Copy link
Contributor

@bfanger bfanger commented Feb 18, 2022

When adding |local to a transition inside a {#key} block, only the outro was triggered not the intro.

This PR fixes #5950

(The @transition_in was missing the local argument inside the generated "key was changed" code)

@bfanger bfanger force-pushed the fix/local-transition-in-key-block branch from 05a5976 to 6676f17 Compare February 21, 2022 21:53
bfanger and others added 2 commits April 8, 2022 22:33
When adding `|local` to a transition inside a {#key} block, only the outro was triggered not the intro.

This PR fixes sveltejs#5950
@tanhauhau tanhauhau force-pushed the fix/local-transition-in-key-block branch from 6676f17 to 6544d80 Compare April 8, 2022 14:34
@tanhauhau tanhauhau merged commit 0b0221d into sveltejs:master Apr 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug of local transition with keyed clause
2 participants