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: packages/query-core/src/types.ts
+3
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,9 @@ export interface QueryOptions<
76
76
retryDelay?: RetryDelayValue<TError>
77
77
networkMode?: NetworkMode
78
78
cacheTime?: number
79
+
/**
80
+
* @deprecated This callback will be removed in the next major version. You can achieve the same functionality by passing a function to `structuralSharing` instead.
0 commit comments