You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
Intended outcome:
when in a loading state,
data
is{}
when it should beundefined
:Actual outcome:
data
is{}
this is particularly bad if you're using a truth-y check on data to see if the query has completed:
How to reproduce the issue:
AFAIK run any
useQuery
hookVersion
3.0.0
The text was updated successfully, but these errors were encountered: