For versions of @apollo/client 3.8.*, the use of globalThis.__DEV__ was introduced. We have a chrome client that cannot be upgraded past v68 atm and this breaks compatibility by causing ReferenceError: globalThis is not defined. Please add a polyfill (possibly from https://polyfill.io/v3/polyfill.min.js?features=globalThis) to the output of @apollo/client so that this error is not encountered on older browsers.
For versions of
@apollo/client
3.8.*, the use ofglobalThis.__DEV__
was introduced. We have a chrome client that cannot be upgraded past v68 atm and this breaks compatibility by causingReferenceError: globalThis is not defined
. Please add a polyfill (possibly from https://polyfill.io/v3/polyfill.min.js?features=globalThis) to the output of@apollo/client
so that this error is not encountered on older browsers.