We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4440344 commit 7b753d3Copy full SHA for 7b753d3
docs/react/guides/queries.md
@@ -117,7 +117,7 @@ TypeScript will also narrow the type of `data` correctly if you've checked for `
117
118
### FetchStatus
119
120
-In addition to the `status` field, the `result` object, you will also get an additional `fetchStatus`property with the following options:
+In addition to the `status` field, you will also get an additional `fetchStatus` property with the following options:
121
122
- `fetchStatus === 'fetching'` - The query is currently fetching.
123
- `fetchStatus === 'paused'` - The query wanted to fetch, but it is paused. Read more about this in the [Network Mode](../guides/network-mode) guide.
0 commit comments