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 keyframe error 'Property '_this' doesn't exist' #5457

Merged
merged 1 commit into from
Dec 7, 2023

Conversation

tjzel
Copy link
Collaborator

@tjzel tjzel commented Dec 1, 2023

Summary

After analyzing the code it seems that apply doesn't serve any purpose in Keyframe. I noticed it here because it was causing problems when processNestedWorklets option was enabled, but this will be a subject of a separate investigation.

Testplan

Check that KeyframeAnimation and OlympicAnimation Examples are working properly.

@tjzel tjzel requested a review from tomekzaw December 1, 2023 15:42
@tjzel tjzel marked this pull request as draft December 5, 2023 11:43
@tjzel tjzel marked this pull request as ready for review December 7, 2023 09:12
@tjzel tjzel added this pull request to the merge queue Dec 7, 2023
Merged via the queue into main with commit 24f0f5b Dec 7, 2023
7 checks passed
@tjzel tjzel deleted the @tjzel/fix-keyframe-this branch December 7, 2023 09:12
Latropos pushed a commit that referenced this pull request Dec 12, 2023
## Summary

After analyzing the code it seems that `apply` doesn't serve any purpose
in Keyframe. I noticed it here because it was causing problems when
`processNestedWorklets` option was enabled, but this will be a subject
of a separate investigation.

## Testplan

Check that `KeyframeAnimation` and `OlympicAnimation` Examples are
working properly.
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.

3 participants