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

ApolloError: Cannot read properties of null (reading 'definitions') #1605

Open
cod3master opened this issue Dec 20, 2024 · 2 comments
Open

Comments

@cod3master
Copy link

Error on Queries tab:

ApolloError: Cannot read properties of null (reading 'definitions')

ApolloError
    at new t (chrome-extension://jdkknkkbebbapilgoeccciglkfbmbnfm/panel.js:1:354936)
    at chrome-extension://jdkknkkbebbapilgoeccciglkfbmbnfm/panel.js:1:393140
    at i (chrome-extension://jdkknkkbebbapilgoeccciglkfbmbnfm/panel.js:1:362636)
    at chrome-extension://jdkknkkbebbapilgoeccciglkfbmbnfm/panel.js:1:362550
    at new Promise (<anonymous>)
    at Object.then (chrome-extension://jdkknkkbebbapilgoeccciglkfbmbnfm/panel.js:1:362516)
    at Object.next (chrome-extension://jdkknkkbebbapilgoeccciglkfbmbnfm/panel.js:1:362646)
    at ht (chrome-extension://jdkknkkbebbapilgoeccciglkfbmbnfm/panel.js:1:274793)
    at mt (chrome-extension://jdkknkkbebbapilgoeccciglkfbmbnfm/panel.js:1:275306)
    at t.next (chrome-extension://jdkknkkbebbapilgoeccciglkfbmbnfm/panel.js:1:275846)

Additional details

@apollo/client version

Apollo Client Devtools version

4.18.15 (Chrome)

@jerelmiller
Copy link
Member

Thanks for the report @cod3master! We'll see if we can look into this soon 🙂

@jerelmiller
Copy link
Member

@cod3master is there a particular query or something you're doing that is causing this issue? I see that we're trying to read definitions from a query when handling queries from the the explorer. Is that what is triggering this error for you?

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