Closed
Description
Is this a bug?
Unhandled error Network error: Network request failed Error: Network error: Network request failed
at new ApolloError ()
Environment
react-native
:0.44.0react-apollo
:1.1.1apollo-client
:1.0.4
Steps to Reproduce
- When turn off internet connection.
- Render
- When turn off internet during app navigation.
Expected Behavior
Component should render without data and errors received through props. The same when its a query error or some kind of http error.
Actual Behavior
The Red screen occur on failure of internet connection with this error "Unhandled error Network error: Network request failed Error: Network error: Network request failed
at new ApolloError ()"