I've been trying to open the Apollo Client DevTools on localhost:3000 and I keep getting this error. It did not use to happen on previous versions. Is anybody getting the same issue?

@wesbragagt Oh, thanks for reporting this. I'll see if I can reproduce this error - I _think_ I have an idea of what might happening.
@wesbragagt What version of Apollo Client are you using?
I'm hitting the same error FYI - Apollo client version 3.1.3
This started happening for me when updating from 2.3.1 to 2.3.2.
@apollo/[email protected]
Same for us, also started to happen on 2.3.2.
I have the same issue. I use "@apollo/client": "3.2.5",
Is anyone able to submit a small, runnable reproduction? It would be super helpful as I'm unable to reproduce this issue.
A temporary workaround to manually revert back to v2.3.1:
git checkout v2.3.1npm cinpm run buildchrome://extensions/.../shells/webextension folder wherever you have cloned the repo)Good news! I was able to get a reproduction and a fix is coming. https://github.com/apollographql/apollo-client-devtools/pull/307 If you are able to check out the associated PR and confirm this fixes the error, that would be awesome!
Version 2.3.3 is released with a fix for this issue!
Most helpful comment
Good news! I was able to get a reproduction and a fix is coming. https://github.com/apollographql/apollo-client-devtools/pull/307 If you are able to check out the associated PR and confirm this fixes the error, that would be awesome!