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.
Asked
Active
Viewed 322 times
1 Answers
0
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

Mustapha
- 1