graphql-js icon indicating copy to clipboard operation
graphql-js copied to clipboard

Unexpected string (at @apollo_client.js?v=:1230:51) in browser

Open bricekams opened this issue 2 years ago • 1 comments

Error in dev tools

Screenshot from 2023-07-11 12-54-08

Dependencies

Screenshot from 2023-07-11 12-57-48

Environments:

  • node: v18.16.0
  • npm: 9.5.1
  • yarn: 1.22.19
  • pnpm: 8.3.1

bricekams avatar Jul 11 '23 11:07 bricekams

Duplicate of https://github.com/graphql/graphql-js/issues/3928

Juice10 avatar Jul 17 '23 14:07 Juice10

This is fixed in https://github.com/graphql/graphql-js/pull/4022 and published in GraphQL 16.8.2, you can find the instructions for various bundlers here on how to remove it in production.

JoviDeCroock avatar Jul 11 '24 18:07 JoviDeCroock