const { getNFTBalances, data_, error_, isFetching } = useNFTBalances();
getNFTBalances is really slow… shows it’s synced but returns nothing
const { getNFTBalances, data_, error_, isFetching } = useNFTBalances();
getNFTBalances is really slow… shows it’s synced but returns nothing
This should be:
const { getNFTBalances, data, error, isFetching } = useNFTBalances();
How do you check the result? Does your current wallet/address have any NFTs on its selected chain?