Skip to content

v3.11.1

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jul 15:40
· 43 commits to main since this release
abcbe8b

Patch Changes

  • #11969 061cab6 Thanks @jerelmiller! - Remove check for window.__APOLLO_CLIENT__ when determining whether to connect to Apollo Client Devtools when connectToDevtools or devtools.enabled is not specified. This now simply checks to see if the application is in development mode.

  • #11971 ecf77f6 Thanks @jerelmiller! - Prevent the setTimeout for suggesting devtools from running in non-browser environments.