File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed
packages/client-react-streaming/src/DataTransportAbstraction Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 11import type { HookWrappers } from "@apollo/client/react/internal/index.js" ;
22import { useTransportValue } from "./useTransportValue.js" ;
3- import type { WatchQueryOptions } from "@apollo/client" ;
4- import { useApolloClient } from "@apollo/client" ;
5- import { getSuspenseCache } from "@apollo/client/react/internal" ;
6- import { canonicalStringify } from "@apollo/client/cache" ;
3+ import type { WatchQueryOptions } from "@apollo/client/index.js " ;
4+ import { useApolloClient } from "@apollo/client/index.js " ;
5+ import { getSuspenseCache } from "@apollo/client/react/internal/index.js " ;
6+ import { canonicalStringify } from "@apollo/client/cache/index.js " ;
77import { use } from "react" ;
8- import {
9- ApolloClient ,
10- getQueryManager ,
11- wrappers ,
12- } from "./WrappedApolloClient.js" ;
8+ import type { ApolloClient } from "./WrappedApolloClient.js" ;
9+ import { getQueryManager , wrappers } from "./WrappedApolloClient.js" ;
1310
1411export const hookWrappers : HookWrappers = {
1512 useFragment ( orig_useFragment ) {
You can’t perform that action at this time.
0 commit comments