From be797851f95fd2e24db005c6841c05354564739d Mon Sep 17 00:00:00 2001 From: Hugh Willson Date: Wed, 27 Mar 2019 09:48:11 -0400 Subject: [PATCH] Add issue reference --- src/react-apollo.cjs.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/react-apollo.cjs.ts b/src/react-apollo.cjs.ts index 0341469695..37110d2e84 100644 --- a/src/react-apollo.cjs.ts +++ b/src/react-apollo.cjs.ts @@ -1,8 +1,8 @@ // This file is a temporary hack used by `test-utils` to make sure // the CJS bundled version of the codebase (via `lib/react-apollo.cjs.js`) is -// used when running tests, instead of the ESM version. Otherwise when tests -// are run parts use ESM and parts use CJS, which leads to issues around -// sharing React internals like Context. +// used when running tests. +// +// See: https://github.com/apollographql/react-apollo/issues/2900 // // This hack is temporary as the `test-utils` will be moved into their own // repo in React Apollo 3.0.