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: Animation assignment with compiler-safe API #6715

Merged
merged 2 commits into from
Nov 19, 2024

Conversation

tjzel
Copy link
Collaborator

@tjzel tjzel commented Nov 17, 2024

Summary

When I added compiler-safe API for shared values, I accidentally forgot that animations exist and that their assignment to shared values has to be handled separately.

Fixes

Test plan

Added relevant runtime test suite and adjusted some others.

@tjzel tjzel added this pull request to the merge queue Nov 19, 2024
Merged via the queue into main with commit ef812a1 Nov 19, 2024
9 checks passed
@tjzel tjzel deleted the @tjzel/compiler-api/fix-animation-assignment branch November 19, 2024 13:17
tjzel added a commit that referenced this pull request Nov 20, 2024
## Summary

When I added compiler-safe API for shared values, I accidentally forgot
that animations exist and that their assignment to shared values has to
be handled separately.

Fixes
 - #6613

## Test plan

Added relevant runtime test suite and adjusted some others.
@tjzel tjzel mentioned this pull request Nov 20, 2024
tjzel added a commit that referenced this pull request Nov 20, 2024
## Summary

Cherry-picking:

- #6715
- #6705
- #6706
- #6725
- #6667

## Test plan

---------

Co-authored-by: Wojciech Lewicki <wojciech.lewicki@swmansion.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants