We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f9f39d commit c329b89Copy full SHA for c329b89
docs/src/pages/reference/useQuery.md
@@ -211,7 +211,7 @@ const result = useQuery({
211
- Will be `true` if the query has been fetched after the component mounted.
212
- This property can be used to not show any previously cached data.
213
- `isFetching: boolean`
214
- - Defaults to `false` so long as `enabled` is set to `false`
+ - Is `true` whenever a request is in-flight, which includes initial `loading` as well as background refetches.
215
- Will be `true` if the query is currently fetching, including background fetching.
216
- `failureCount: number`
217
- The failure count for the query.
0 commit comments