MCPcopy
hub / github.com/imbhargav5/rooks / QueryProviderProps

Interface QueryProviderProps

apps/website/src/providers/QueryProvider.tsx:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { useState, type ReactNode } from 'react';
6
7interface QueryProviderProps {
8 children: ReactNode;
9}
10
11export function QueryProvider({ children }: QueryProviderProps) {
12 const [queryClient] = useState(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…