Closed q3e closed 7 years ago
react apollo error
Unhandled (in react-apollo) Error: Network error: Network request failed with status 401 - "undefined" ...
to reproduce: when rendering a component wrapped with the graphql HOC simply dont handle error from the data props.
see `react-apollo issue#345
handling the error fixes this see data.error official apollo-react documentations
react apollo error
to reproduce: when rendering a component wrapped with the graphql HOC simply dont handle error from the data props.
see `react-apollo issue#345