UNPKG

@trpc/react-query

Version:

The tRPC React library

8 lines (5 loc) 201 B
import { QueryClient } from '@tanstack/react-query'; /** * @internal */ const getQueryClient = (config)=>config.queryClient ?? new QueryClient(config.queryClientConfig); export { getQueryClient };