ERROR in ./node_modules/@wagmi/connectors/node_modules/@coinbase/wallet-sdk/dist/sign/walletlink/WalletLinkSigner.js #4394
Unanswered
oehm-smith
asked this question in
Q&A
Replies: 1 comment
-
I am facing same problem in it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been given a web3 app (generated using CreateReactApp - CRA) to add Wagmi wallet connectors etc... to. It's pretty plain at this stage, however this error is happening. Any ideas?
I'm guessing this is a problem with CRA. But given it is not really my project I can't go and change to use Vite for example.
I tried https://stackoverflow.com/questions/69343038/cant-import-the-named-export-xxxx-from-non-ecmascript-module-only-default-expo by modifying
./node_modules/react-scripts/config/webpack.config.js
but doesn't fix it.Code as per https://wagmi.sh/react/guides/connect-wallet#build-your-own (slight file naming variations).
NOTE that I am not using (Coin) base.
Beta Was this translation helpful? Give feedback.
All reactions