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/src/pages/docs/api.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ const queryInfo = useQuery({
110
110
- If set to a function, the function will be called **once** during the shared/root query initialization, and be expected to synchronously return the initialData
111
111
- `initialStale:Boolean|Function() =>Boolean`
112
112
- Optional
113
-
- If set, this will mark the `initialData`any `initialData` provided as stale and will likely cause it to be refetched on mount
113
+
- If set, this will mark any `initialData` provided as stale and will likely cause it to be refetched on mount
114
114
- If a function is passed, it will be called only when appropriate to resolve the `initialStale` value. This can be useful if your `initialStale` value is costly to calculate.
0 commit comments