You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new config devtools.enabled from ApolloClient doesn't seem to work. Devtools is always enabled even when you set the value to false or when running in production environments. On the contrary, using the now deprecated connectToDevTools works just fine.
Do you have any feedback for the maintainers? Please tell us by taking a one-minute survey. Your responses will help us understand Apollo Client usage and allow us to serve you better.
Issue Description
The new config
devtools.enabled
fromApolloClient
doesn't seem to work. Devtools is always enabled even when you set the value to false or when running in production environments. On the contrary, using the now deprecatedconnectToDevTools
works just fine.Link to Reproduction
https://codesandbox.io/p/sandbox/cool-firefly-5lcwkm
Reproduction Steps
Expected result:
Disabling the devtools should show the following prompt.
Actual result:
The extension was able to log the queries and display the cached contents.
@apollo/client
version3.11.4
The text was updated successfully, but these errors were encountered: