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
Is the following behavior intended? When starting a query with paused set to true, the status isFetching is true (even though no request is being sent since the query is paused).
Is the following behavior intended? When starting a query with
paused
set totrue
, the statusisFetching
is true (even though no request is being sent since the query is paused).Here is a stackblitz: https://stackblitz.com/edit/vitejs-vite-92sq3apz?file=src%2Fcomponents%2FHelloWorld.vue
As a side note, it would be useful if
useQuery
returned the pause status of the query (e.g.,isPaused
).The text was updated successfully, but these errors were encountered: