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!