Closed stefanmaric closed 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
The committers are authorized under a signed CLA.
thank you!
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