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: useProtectedDataQueries isReady value #197

Merged
merged 2 commits into from
Sep 14, 2024

Conversation

patricklafrance
Copy link
Member

When a query return undefined or null the isReady value of the query result would always be false. The new fix now relies on the native React Query isPending prop to determine whether or not a query is completed.

@patricklafrance patricklafrance merged commit 0c43a84 into main Sep 14, 2024
2 checks passed
@patricklafrance patricklafrance deleted the fix/useProtectedDataQueries_is_ready_value branch September 14, 2024 01:29
@github-actions github-actions bot mentioned this pull request Sep 14, 2024
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