react-graphql-github-vanilla
react-graphql-github-vanilla copied to clipboard
Unhandled Rejection (TypeError): Cannot read property 'organization' of undefined
I´m receiving this error in the exercise 2:
App.
47 | organization: queryResult.data.data.organization, 48 | errors: queryResult.data.errors, 49 | }); 50 | View compiled ▶ 20 stack frames were collapsed. (anonymous function) src/App.js:73
After removing the extra word "data" it looks like fixed, however, my App does not work, there is no action or result after press the submit button but it can be another issue.
Thanks!
I have the same error....