We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
organization
html show
←→1 of 2 errors on the page TypeError: Cannot destructure property `organization` of 'undefined' or 'null'. (anonymous function) src/App.js:37 34 | 35 | const App = () => ( 36 | <Query query={GET_REPOSITORIES_OF_ORGANIZATION}> > 37 | {({ data: { organization }, loading }) => { 38 | if (loading || !organization) { 39 | return <div>Loading ...</div>; 40 | }
The text was updated successfully, but these errors were encountered:
Have you fixed it? @Mountains-and-rivers
Sorry, something went wrong.
No branches or pull requests
html show
The text was updated successfully, but these errors were encountered: