We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a0eb6a commit a76ac59Copy full SHA for a76ac59
docs/framework/react/reference/useQuery.md
@@ -92,7 +92,7 @@ const {
92
- `staleTime: number | ((query: Query) => number)`
93
- Optional
94
- Defaults to `0`
95
- - The time in milliseconds after data is considered stale. This value only applies to the hook it is defined on.
+ - The time in milliseconds after which data is considered stale. This value only applies to the hook it is defined on.
96
- If set to `Infinity`, the data will never be considered stale
97
- If set to a function, the function will be executed with the query to compute a `staleTime`.
98
- `gcTime: number | Infinity`
0 commit comments