Closed patricklafrance closed 1 month ago
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.
undefined
null
isReady
isPending
When a query return
undefined
ornull
theisReady
value of the query result would always be false. The new fix now relies on the native React QueryisPending
prop to determine whether or not a query is completed.