import error in next js #85
-
SummaryI created the connector with web3-react and getting this error when try to import : ExampleNo response Steps to Reproduceimport { MetaMask } from "@web3-react/metamask"; const connectors: [MetaMask | CoinbaseWallet | Phantom, Web3ReactHooks][] = [ export default function WalletsProvider({ Phantom Version1.0.4 Is there an existing discussion for this?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @ali9821, this looks like an import issue between your app and a third-party package. Can you please try the solutions mentioned in this post? |
Beta Was this translation helpful? Give feedback.
Hi @ali9821, this looks like an import issue between your app and a third-party package. Can you please try the solutions mentioned in this post?