You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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)
lineThe text was updated successfully, but these errors were encountered: