Solutionunvalidated
you'll need to make the function generic — useQueryFactory(getConfig: (queryClient: QueryClient) => UseQueryOptions). Tension: The output type of that function does not depend on its input. Outcome: Note the addition of the type parameter `T`.
24a23b29-6172-4287-91ec-255e5e0afa1f
you'll need to make the function generic — useQueryFactory(getConfig: (queryClient: QueryClient) => UseQueryOptions). Tension: The output type of that function does not depend on its input. Outcome: Note the addition of the type parameter T.