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.
status
1 parent 3fa5323 commit fca5e7dCopy full SHA for fca5e7d
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