apollo-client-devtools: Cannot read property 'getStore' of undefined

After updating to @apollo/client@3.0.0-beta.41 (latest), an error is thrown in the console on page load by this extension: Cannot read property 'getStore' of undefined.

It previously worked fine with beta.39.

As there are no source maps, here are some screenshots with the minified code and debugger watch frame: image image

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Reactions: 56
  • Comments: 18 (1 by maintainers)

Most upvoted comments

Same here when updating to @apollo/client 3.0.0-beta.43

Any updates?

@use-strict Could you try out the latest release of the devtools (2.3.1) and let me know if that resolves the issue?

Latest version works for me as well on 3.0.0-beta.53. Thanks!

@use-strict Could you try out the latest release of the devtools (2.3.1) and let me know if that resolves the issue?

FWIW I’m on 3.0.0-beta.44 and 2.3.1 is working for me (previously broken as per the original post).

I can confirm it as well. Kudos to the developer 👍

@use-strict Could you try out the latest release of the devtools (2.3.1) and let me know if that resolves the issue?

FWIW I’m on 3.0.0-beta.44 and 2.3.1 is working for me (previously broken as per the original post).