We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd680b commit 24bbf40Copy full SHA for 24bbf40
packages/react-query/src/HydrationBoundary.tsx
@@ -11,7 +11,7 @@ import type {
11
} from '@tanstack/query-core'
12
13
export interface HydrationBoundaryProps {
14
- state: DehydratedState | null | undefined;
+ state: DehydratedState | null | undefined
15
options?: OmitKeyof<HydrateOptions, 'defaultOptions'> & {
16
defaultOptions?: OmitKeyof<
17
Exclude<HydrateOptions['defaultOptions'], undefined>,
0 commit comments