react-apollo-hooks
react-apollo-hooks copied to clipboard
[meta] Known suspense-only issues
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 byuseQuery
is undefined (#68)