You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Used create-react-app and did the general installs to work with PhantomWallet.
When I run npm run build I ended up with: ./node_modules/@solana/wallet-adapter-phantom/lib/esm/adapter.mjs Can't import the named export 'BaseMessageSignerWalletAdapter' from non EcmaScript module (only default export is available)
I deleted the node_modules folder and re-ran yarn add @solana/wallet-adapter-base \ @solana/wallet-adapter-react \ @solana/wallet-adapter-react-ui \ @solana/wallet-adapter-wallets \ @solana/web3.js \ react from https://solana-labs.github.io/wallet-adapter/
and that seems to sort it out
Used
create-react-app
and did the general installs to work with PhantomWallet.When I run
npm run build
I ended up with:./node_modules/@solana/wallet-adapter-phantom/lib/esm/adapter.mjs Can't import the named export 'BaseMessageSignerWalletAdapter' from non EcmaScript module (only default export is available)
My
package.json
isI am seeing that #265 is a similar-ish issue as well?
The text was updated successfully, but these errors were encountered: