diff --git a/src/react/hooks/__tests__/useInteractiveQuery.test.tsx b/src/react/hooks/__tests__/useInteractiveQuery.test.tsx index 7bf9d9a1b97..eff24beedca 100644 --- a/src/react/hooks/__tests__/useInteractiveQuery.test.tsx +++ b/src/react/hooks/__tests__/useInteractiveQuery.test.tsx @@ -671,7 +671,7 @@ it("loads a query when the load query function is called", async () => { } const ProfiledApp = profile<{ - result: ReturnType | null; + result: UseReadQueryResult | null; suspenseCount: number; parentRenderCount: number; childRenderCount: number; @@ -785,7 +785,7 @@ it("allows the client to be overridden", async () => { } const ProfiledApp = profile<{ - result: ReturnType | null; + result: UseReadQueryResult | null; }>({ Component: () => ( @@ -880,7 +880,7 @@ it("passes context to the link", async () => { } const ProfiledApp = profile<{ - result: ReturnType | null; + result: UseReadQueryResult | null; }>({ Component: () => (