You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @jacobk can you send a PR to fix this? I think all you'd have to do is make sure we don't access an undefined field when putting together the error message.
Intended outcome:
Errors thrown in
writeResultToStore
should be propagated with relevant information addedActual outcome:
Cannot ready property 'body' of undefined
error is thrown insteadHow to reproduce the issue:
Trigger writeResultToStore error when using graphql-tag webpack loaded queries.
Root cause:
Actual error thrown:
The text was updated successfully, but these errors were encountered: