We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tannerlinsley
TkDodo
Learn more about funding links in repositories.
Report abuse
1 parent 2017359 commit 84cd232Copy full SHA for 84cd232
docs/react/guides/queries.md
@@ -118,7 +118,7 @@ TypeScript will also narrow the type of `data` correctly if you've checked for `
118
119
### FetchStatus
120
121
-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 and the `result` object, you will also get an additional `fetchStatus` property with the following options:
122
123
- `fetchStatus === 'fetching'` - The query is currently fetching.
124
- `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