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

React Native Require cycle

Open pix2D opened this issue 3 years ago • 0 comments

Using graphql-request in a React Native project results in this warning:

 WARN  Require cycle: index.js -> src/App.tsx -> node_modules/graphql-request/dist/index.js -> node_modules/graphql-request/dist/graphql-ws.js -> index.js

Things seem to work regardless but I thought I'd report it anyway.

pix2D avatar Jul 30 '22 05:07 pix2D