Cathy Xie

Results 1 comments of Cathy Xie

> Got this issue as well. Another work around would be `useApolloClient` directly. > > ``` > const client = useApolloClient(); > const promises = Array.map((item) => { > return...