react-apollo-hooks icon indicating copy to clipboard operation
react-apollo-hooks copied to clipboard

[meta] Known suspense-only issues

Open trojanowski opened this issue 6 years ago • 0 comments

There are some known suspense-only issues which I tried to solve but decided to wait until Suspense for data fetching is considered ready by the React team - maybe they'll be less hacky to fix after that. Feel free to create a PR if you need them fixed right now.

  • [ ] only the cache-first fetch policy is supported (#13, #15)
  • [ ] networkStatus returned by useQuery is undefined (#68)

trojanowski avatar Feb 22 '19 14:02 trojanowski