Skip to content
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

Fix visual assets not showing in wallet with large portfolios #4532

Open
begonaalvarezd opened this issue Dec 18, 2024 · 0 comments · May be fixed by #4591
Open

Fix visual assets not showing in wallet with large portfolios #4532

begonaalvarezd opened this issue Dec 18, 2024 · 0 comments · May be fixed by #4591
Assignees
Labels
tooling Issues related to the Tooling team wallet Issues related to the IOTA Wallet

Comments

@begonaalvarezd
Copy link
Member

If you have maaany objects and no NFTs are found on the first page, then no NFTs would be ever shown in the wallet because it will never fetch the second page, the next page is fetched based on the intersection observer.

} = useGetNFTs(accountAddress);

@begonaalvarezd begonaalvarezd added tooling Issues related to the Tooling team wallet Issues related to the IOTA Wallet labels Dec 18, 2024
@brancoder brancoder assigned brancoder and unassigned brancoder Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tooling Issues related to the Tooling team wallet Issues related to the IOTA Wallet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants