Skip to content

I'm having issue in nft.js #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Elliot-Cokie opened this issue Jun 20, 2022 · 1 comment
Open

I'm having issue in nft.js #1

Elliot-Cokie opened this issue Jun 20, 2022 · 1 comment

Comments

@Elliot-Cokie
Copy link

Line 105:47: Array.prototype.map() expects a value to be returned at the end of arrow function

Could you check that..? thanks!

@jahhweh
Copy link

jahhweh commented Aug 21, 2022

I ran into the same issue. The code runs fine on my mac, all owned NFTs appear correctly on the dapp refresh. But for some reason, this does not work on my windows pc. It ended up being the web3modal settings. I had to change cacheProvider from "false" to "true"

Problem:
cacheProvider: false,

Solution:
cacheProvider: true,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants