react-graphql-github-vanilla icon indicating copy to clipboard operation
react-graphql-github-vanilla copied to clipboard

Unhandled Rejection (TypeError): Cannot read property 'organization' of undefined

Open letakeda opened this issue 6 years ago • 1 comments

I´m receiving this error in the exercise 2:

App. src/App.js:47 44 | }; 45 | 46 | const resolveIssuesQuery = queryResult => () => ({

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!

letakeda avatar Nov 30 '19 21:11 letakeda

I have the same error....

EugeneGohh avatar Jun 16 '21 02:06 EugeneGohh