Skip to content

Disable "Download the Apollo DevTools for a better development experience" warning #382

Description

@mydea

This is caused by an upstream change I guess, but I now get this console log:

 LOG: Download the Apollo DevTools for a better development experience: https://...

Both in development as well as in my test output. I have googled a bit but not found a way to disable it so far... I tried adding this to my tests/index.html:

 <script>
      __REACT_DEVTOOLS_GLOBAL_HOOK__ = true;
    </script>

And also setting connectToDevTools: false in my tests, but still get the message. Would be great to find a way to disable this message!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions