-
Notifications
You must be signed in to change notification settings - Fork 94
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
TypeError: nftList.filter is not a function #14
Comments
this is for the paginate all NFTs repo |
I have the same issue here, seems that nftList is not the correct type? |
This is definitely an issue that needs to be addressed. Especially since this is supposed to be a gateway for early developers. I believe the issue is that a basic JavaScript fundamental, .filter cannot be applied to an objects. However, I would need to double check this via a console check. If this is the issue, change object into an array using Object.entries(). |
hey, we have the same issue, please help us |
If I had to guess, this issue arises from this line.
try changing it to
|
Having issues with Unhandled Runtime Error. TypeError: nftList.filter is not a function. See screenshot below. Any suggestions?
The text was updated successfully, but these errors were encountered: