graphql-request
graphql-request copied to clipboard
React Native Require cycle
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.