Is it possible to disable DevTools message?
See original GitHub issueDownload the Apollo DevTools for a better development experience: https://addons.mozilla.org/en-US/firefox/addon/apollo-developer-tools/
I’m running a fully functioning Apollo Client in my tests (as I’m using MSW for testing https://mswjs.io/) and I have this annoying message in the stdout above. Is it possible to disable it?
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:5 (3 by maintainers)
Top Results From Across the Web
c# - Selenium ChromeDriver how to disable the message ...
If you are trying to fix Selenium with Python on Windows, type: from selenium.webdriver.chrome.options import Options options = Options() ...
Read more >Disable developer tools on a web page - CodeProject
The answer is just detect if any one open dev tool, if dev tool is open the redirect it to home page or...
Read more >Disable "What's New" in dev tools? - Google Groups
Hi,. Is there a way to disable the "What's New" panel that shows up with each release? I seem to see this once...
Read more >How to remove the Warning message in Dev Console?
... except can can I remove the Warning message in the dev console to ... Developer Tools opens on the right, so it...
Read more >Disable JavaScript - Chrome Developers
Disable JavaScript · Open the Command Menu again and run the Enable JavaScript command. · Close DevTools.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@jpvajda @RIP21 Hello, I put a fix. I think use header will be a good solution for this issue. Please review the PR and let me know if it works
@jpvajda please let me know if you want me ignore the prettier style change
Another hack is to set in the
setupTests.ts
e.g. your global test file however it’s namedYou would like to ignore the TS issue with that obviously 😃