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.
2 parents dc89357 + fca5e7d commit 82c13dcCopy full SHA for 82c13dc
docs/framework/react/reference/useQuery.md
@@ -172,7 +172,7 @@ const {
172
173
**Returns**
174
175
-- `status: String`
+- `status: QueryStatus`
176
- Will be:
177
- `pending` if there's no cached data and no query attempt was finished yet.
178
- `error` if the query attempt resulted in an error. The corresponding `error` property has the error received from the attempted fetch
0 commit comments