Apollo Client can't fetch data, because "Failed to parse source map from invariant.ts"

367 views Asked by At

Apollo Client can't fetch data, because "Failed to parse source map from invariant.ts".I saw similar problem on forum, but it's outdated.

1

There are 1 answers

0
Mustapha On

The warning can be removed by adding GENERATE_SOURCEMAP=false to your .env file

For more information => https://github.com/facebook/create-react-app/pull/11752