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 25a0eb5 commit c932d00Copy full SHA for c932d00
docs/src/pages/reference/useQuery.md
@@ -216,7 +216,7 @@ const result = useQuery({
216
- Will be `true` if the query has been fetched after the component mounted.
217
- This property can be used to not show any previously cached data.
218
- `isFetching: boolean`
219
- - Defaults to `true` 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.
220
- Will be `true` if the query is currently fetching, including background fetching.
221
- `failureCount: number`
222
- The failure count for the query.
0 commit comments