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 f6ad309 commit e3504a8Copy full SHA for e3504a8
src/broadcastQueryClient-experimental/index.ts
@@ -3,7 +3,7 @@ import { QueryClient } from '../core'
3
4
interface BroadcastQueryClientOptions {
5
queryClient: QueryClient
6
- broadcastChannel: string
+ broadcastChannel?: string
7
}
8
9
export function broadcastQueryClient({
0 commit comments