Skip to content

Commit 24bbf40

Browse files
ci: apply automated fixes
1 parent ddd680b commit 24bbf40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-query/src/HydrationBoundary.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import type {
1111
} from '@tanstack/query-core'
1212

1313
export interface HydrationBoundaryProps {
14-
state: DehydratedState | null | undefined;
14+
state: DehydratedState | null | undefined
1515
options?: OmitKeyof<HydrateOptions, 'defaultOptions'> & {
1616
defaultOptions?: OmitKeyof<
1717
Exclude<HydrateOptions['defaultOptions'], undefined>,

0 commit comments

Comments
 (0)