-
-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
I checked the closed issues. This is different.
Here is the link to the code:
react-graphql-github-vanilla/src/App.js
Line 85 in 907824d
| const { data, errors } = queryResult.data; |
The problem is when the error occurs, the data will be null. Therefore, data.organization will throw errors -> function resolveIssuesQuery will throw error -> Not yet catch in the if (errors) line
Metadata
Metadata
Assignees
Labels
No labels