-
Notifications
You must be signed in to change notification settings - Fork 168
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
Cannot read property 'getStore' of undefined #250
Comments
Same here. |
+1 |
Any updates? |
Same problem here. |
Same here. Latest version as well. rolling back to beta 39 made it work for me again. The error was still in beta40. |
Same here when updating to @apollo/client 3.0.0-beta.43 |
The same with @apollo/client 3.0.0-beta.44 :( |
Also having intermittent issues with this |
+1! |
+1! |
+1 |
beta 48 its still dead |
This comment has been minimized.
This comment has been minimized.
@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 |
I can confirm it as well. Kudos to the developer 👍 |
Latest version works for me as well on |
After updating to
@apollo/[email protected]
(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:
The text was updated successfully, but these errors were encountered: