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 issue with precedence of reactive invalidation callback #842

Merged
merged 1 commit into from
Sep 24, 2023

Conversation

philippjfr
Copy link
Member

Previously internal callbacks (with precedence=-1) could run before the reactive object was fully invalidated causing the cached value to be returned. We now run invalidation callbacks with the precedence=-1 ensuring that they run first.

@philippjfr philippjfr merged commit 3d4276c into main Sep 24, 2023
10 checks passed
@philippjfr philippjfr deleted the invalidation_fix branch September 24, 2023 10:43
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.

1 participant