gsoft-inc / wl-squide

Modular application shell for building web applications at Workleap.
https://gsoft-inc.github.io/wl-squide/
Apache License 2.0
5 stars 1 forks source link

fix: useProtectedDataQueries isReady value #197

Closed patricklafrance closed 1 month ago

patricklafrance commented 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.