We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Intended outcome: The plugin shouldn't interfere with, or blocking the site's JS
Actual outcome: I see a JS error complaint saying process.platform is undefined, therefore .match() is unavailable
process.platform
.match()
How to reproduce the issue:
document.body.innerHTML += "HELLO WORLD";
Cannot read property 'match' of undefined
Versions Apollo Client Devtools 3.0.0 https://chrome.google.com/webstore/detail/apollo-client-devtools/jdkknkkbebbapilgoeccciglkfbmbnfm
Prior to Devtools 3.0.0, my project worked fine without issues with Apollo Client Devtools.
If more info are needed, or if the team decides this module is simply too old to support (understandable), please just let me know! Thanks very much.
The text was updated successfully, but these errors were encountered:
Thanks @kingstonfung - we're looking into this (and tracking things in apollographql/apollo-client-devtools#455).
Sorry, something went wrong.
hwillson
Successfully merging a pull request may close this issue.
Intended outcome:
The plugin shouldn't interfere with, or blocking the site's JS
Actual outcome:
I see a JS error complaint saying
process.platform
is undefined, therefore.match()
is unavailableHow to reproduce the issue:
document.body.innerHTML += "HELLO WORLD";
Cannot read property 'match' of undefined
and you should not be able to see HELLO WORLD.Versions
Apollo Client Devtools 3.0.0
https://chrome.google.com/webstore/detail/apollo-client-devtools/jdkknkkbebbapilgoeccciglkfbmbnfm
Prior to Devtools 3.0.0, my project worked fine without issues with Apollo Client Devtools.
If more info are needed, or if the team decides this module is simply too old to support (understandable), please just let me know! Thanks very much.
The text was updated successfully, but these errors were encountered: