You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/framework/react/reference/useQuery.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,8 +86,9 @@ const {
86
86
- If set to a `number`, e.g. `3`, failed queries will retry until the failed query count meets that number.
87
87
- If set to a function, it will be called with `failureCount` (starting at `0` for the first retry) and `error` to determine if a retry should be attempted.
88
88
- defaults to `3` on the client and `0` on the server
89
-
-`retryOnMount: boolean`
90
-
- If set to `false`, the query will not be retried on mount if it contains an error. Defaults to `true`.
0 commit comments