We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 046f354 commit 67394dbCopy full SHA for 67394db
types/index.d.ts
@@ -667,7 +667,7 @@ export function ReactQueryConfigProvider<TError = Error>(props: {
667
}): React.ReactElement
668
669
export interface ReactQueryProviderConfig<TError = Error> {
670
- queries?: BaseQueryOptions & {
+ queries?: BaseQueryOptions<unknown, TError> & {
671
/** Defaults to the value of `suspense` if not defined otherwise */
672
useErrorBoundary?: boolean
673
refetchOnWindowFocus?: boolean
0 commit comments