graphprotocol / graph-client

The Graph library for building GraphQL-based dapps in a decentralized way.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Critical dependency: the request of a dependency is an expression

alxlacayo opened this issue · comments

I followed the instructions here: https://thegraph.com/docs/en/querying/querying-from-an-application/#graph-client to query the graph from a react application. I am successfully retrieving data however in the console I am getting the following error:

/node_modules/@graphql-mesh/utils/esm/defaultImportFn.js Critical dependency: the request of a dependency is an expression

Anyone know the solution?

Thank you. I've ignored the warning via webpack config.

Hey @alxlacayo, how did you configure Webpack to ignore this warning?