Skip to content

Commit 36c02b6

Browse files
author
Sungmin Chris Yang
authored
fix(broadcastQueryClient): Change broadcastChannel type to optional (TanStack#2752)
1 parent f6ad309 commit 36c02b6

File tree

1 file changed

+1
-1
lines changed
  • src/broadcastQueryClient-experimental

1 file changed

+1
-1
lines changed

src/broadcastQueryClient-experimental/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { QueryClient } from '../core'
33

44
interface BroadcastQueryClientOptions {
55
queryClient: QueryClient
6-
broadcastChannel: string
6+
broadcastChannel?: string
77
}
88

99
export function broadcastQueryClient({

0 commit comments

Comments
 (0)