q3e / react-native-github-graphql-app

React Native App that searches github projects and their contributors[WIP]
MIT License
2 stars 0 forks source link

React Apollo unhandled error #1

Closed q3e closed 7 years ago

q3e commented 7 years ago

react apollo error

Unhandled (in react-apollo) Error: Network error: Network request failed with status 401 - "undefined"
...

image

to reproduce: when rendering a component wrapped with the graphql HOC simply dont handle error from the data props.

see `react-apollo issue#345

q3e commented 7 years ago

handling the error fixes this see data.error official apollo-react documentations