apollographql / apollo-client-devtools

Apollo Client browser developer tools.
https://apollographql.com/docs/react/development-testing/developer-tooling/#apollo-client-devtools
MIT License
1.5k stars 166 forks source link

Cannot return null for non-nullable field SerializedApolloError.graphQLErrors. #1552

Open roycamposv opened 1 month ago

roycamposv commented 1 month ago

Error on Queries tab:

ApolloError: Cannot return null for non-nullable field SerializedApolloError.graphQLErrors.

ApolloError
    at new t (chrome-extension://jdkknkkbebbapilgoeccciglkfbmbnfm/panel.js:1:355948)
    at chrome-extension://jdkknkkbebbapilgoeccciglkfbmbnfm/panel.js:1:394152
    at i (chrome-extension://jdkknkkbebbapilgoeccciglkfbmbnfm/panel.js:1:363648)
    at chrome-extension://jdkknkkbebbapilgoeccciglkfbmbnfm/panel.js:1:363562
    at new Promise (<anonymous>)
    at Object.then (chrome-extension://jdkknkkbebbapilgoeccciglkfbmbnfm/panel.js:1:363528)
    at Object.next (chrome-extension://jdkknkkbebbapilgoeccciglkfbmbnfm/panel.js:1:363658)
    at ht (chrome-extension://jdkknkkbebbapilgoeccciglkfbmbnfm/panel.js:1:275805)
    at mt (chrome-extension://jdkknkkbebbapilgoeccciglkfbmbnfm/panel.js:1:276318)
    at t.next (chrome-extension://jdkknkkbebbapilgoeccciglkfbmbnfm/panel.js:1:276858)

Additional details

@apollo/client version

Apollo Client Devtools version

4.18.9

phryneas commented 1 month ago

Thank you for the bug report! Just as a heads up, we're just back from conferences and part of the team is still out, so it might take us a while to take a closer look at this - but it's very welcome!