ProjectOpenSea / embeddable-nfts

Easily embed OpenSea listings in your website!
330 stars 139 forks source link

TypeError: this.provider.on is not a function #85

Open bscaspar opened 2 years ago

bscaspar commented 2 years ago
Screen Shot 2022-04-28 at 7 37 35 AM

Every time an OpenSea embedded NFT loads (using <nft-card/>) it throws this error:

Uncaught (in promise) TypeError: this.provider.on is not a function
    at HTMLElement.connectedCallback (nft-card.ts:203:19)

As you can see from the screenshot this happens multiple times for a single NFT.

Does anyone monitor or maintain this repo?