Skip to content

Commit c329b89

Browse files
Update docs/src/pages/reference/useQuery.md
1 parent 4f9f39d commit c329b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/reference/useQuery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ const result = useQuery({
211211
- Will be `true` if the query has been fetched after the component mounted.
212212
- This property can be used to not show any previously cached data.
213213
- `isFetching: boolean`
214-
- Defaults to `false` so long as `enabled` is set to `false`
214+
- Is `true` whenever a request is in-flight, which includes initial `loading` as well as background refetches.
215215
- Will be `true` if the query is currently fetching, including background fetching.
216216
- `failureCount: number`
217217
- The failure count for the query.

0 commit comments

Comments
 (0)