-
Notifications
You must be signed in to change notification settings - Fork 170
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
Latest update breaks Asana.com #457
Comments
Some console output:
|
Thanks @ggravlingen - definitely sounds like the same problem. |
This will allow us to pull in the changes from apollographql/invariant-packages#91. Fixes #455 Fixes #457
This will allow us to pull in the changes from apollographql/invariant-packages#91. Fixes #455 Fixes #457
Latest update also broke TargetProcess for people in my organization. I can toggle this extension to break/fix Targetprocess's initial loading screen with full consistency. |
Fixed in #460, but re-opening until the new version is published. |
Apollo Client Devtools 3.0.1 has been submitted for review; 🤞it will be available shortly. |
3.0.1 should be available now - let me know if this issue still occurs. Thanks! |
Same here, on version 3.0.1 and I couldn't use Asana until I disabled the extension. |
The issues fixed by #460 didn't quite go far enough. This commit updates to more recent versions of `@apollo/client`, and ultimately `ts-invariant`, to pull in the changes made in apollographql/invariant-packages#94. Fixes #457
3.0.2 has been submitted for review with a fix for this - thanks! |
3.0.2 has been published and this issue appears to be fixed. Let us know otherwise. Thanks! |
Just confirming that it works on 3.0.2. Thanks for your help! |
Phew - thanks @ggravlingen and sorry about that! |
Apollo Client and its associated dependencies do not need to load on each browser tab, if the Apollo Client Devtools extension is not being used. These changes avoid loading / initializing AC and its deps, until they are really needed. This is ultimately a better fix for #457, which was being caused by Apollo Client's dependency `ts-invariant` being loaded when the devtools were initialized, even though they weren't being used on certain sites.
Apollo Client and its associated dependencies do not need to load on each browser tab, if the Apollo Client Devtools extension is not being used. These changes avoid loading / initializing AC and its deps, until they are really needed. This is ultimately a better fix for #457, which was being caused by Apollo Client's dependency `ts-invariant` being loaded when the devtools were initialized, even though they weren't being used on certain sites.
Apollo Client and its associated dependencies do not need to load on each browser tab, if the Apollo Client Devtools extension is not being used. These changes avoid loading / initializing AC and its deps, until they are really needed. This is ultimately a better fix for #457, which was being caused by Apollo Client's dependency `ts-invariant` being loaded when the devtools were initialized, even though they weren't being used on certain sites.
Intended outcome:
I'm trying to visit an organisation in Asana.com.
Actual outcome:
The Asana dashboard does not load. The loading spinner keeps circulating between different Asana assets that are loaded (projects, inbox etc). When disabling the Apollo Chrome extension, the page loads. I can also access the page when re-enabling the extension.
How to reproduce the issue:
Desktop (please complete the following information):
Possibly related to #455?
The text was updated successfully, but these errors were encountered: