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: correctly pass frames in invalidate #3185

Merged
merged 1 commit into from
Mar 3, 2024

Conversation

AlaricBaraou
Copy link
Contributor

Currently frames is passed as a second argument of forEach, which does nothing in the way we use invalidate.
I assume it's a mistake and was intended to be passed as a second parameters of invalidate()

Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 9320a10:

Sandbox Source
example Configuration

@CodyJasonBennett CodyJasonBennett changed the title correctly pass frames in invalidate fix: correctly pass frames in invalidate Mar 3, 2024
@CodyJasonBennett CodyJasonBennett merged commit 05c96cf into pmndrs:master Mar 3, 2024
3 checks passed
@CodyJasonBennett CodyJasonBennett linked an issue Mar 3, 2024 that may be closed by this pull request
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.

Invalidate is not behaving as expected
2 participants