web3modal icon indicating copy to clipboard operation
web3modal copied to clipboard

Uncaught TypeError: Cannot read property 'default' of undefined

Open ubuntutest opened this issue 4 years ago • 0 comments

Sometimes, I couldn't figure out why and when it happens, but I get the following error:

Uncaught TypeError: Cannot read property 'default' of undefined

refering to:

const WalletConnectProvider = window.WalletConnectProvider.default;

Even in the following demo it rarely happens: https://codepen.io/polats/pen/dyGXPOz

ubuntutest avatar Jun 18 '21 17:06 ubuntutest