graphql / vscode-graphql

MIGRATED: VSCode GraphQL extension (autocompletion, go-to definition, syntax highlighting)
https://marketplace.visualstudio.com/items?itemName=Prisma.vscode-graphql
MIT License
555 stars 71 forks source link

fix: use @urql/core instead of urql to not pull react #347

Closed stefanmaric closed 2 years ago

stefanmaric commented 2 years ago

After #338 the extension fails to load on workspaces without react installed.

react is imported by the bundled urql package.

Using the @urql/core package instead solves the issue.

Closes #345

linux-foundation-easycla[bot] commented 2 years ago

CLA Signed

The committers are authorized under a signed CLA.

acao commented 2 years ago

thank you!