web3-react icon indicating copy to clipboard operation
web3-react copied to clipboard

fix: remove duplicated dep

Open jeanbenoit-richez opened this issue 2 years ago • 1 comments

Hi, While using the @web3-react/gnosis lib, I found that GnosisContext wasn't recognize. But problem wasn't coming from my implementation as "@gnosis.pm/safe-apps-sdk:7.8.0 package recognize perfectly the GnosisContext from my application.

So I investigate and i found where does the problem come from. i don't know why but, GnosisSafe object is trying to load SDK object (from @gnosis.pm/safe-apps-sdk package) from a different path than the same package used by @gnosis.pm/safe-apps-provider. So two versions of the same package was used in the repo. I got a TypeScript error than indicate me where the error was come from.

jeanbenoit-richez avatar Sep 19 '23 14:09 jeanbenoit-richez

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
web3-react ❌ Failed (Inspect) Sep 19, 2023 2:03pm

vercel[bot] avatar Sep 19 '23 14:09 vercel[bot]