Skip to content
New issue

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

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

Open
letakeda opened this issue Nov 30, 2019 · 1 comment

Comments

@letakeda
Copy link

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!

@EugeneGohh
Copy link

I have the same error....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants