lamnd09/nft-minting-tutorial

on addWalletListener, setBalance(balance) gives an error cause balance is still a promise, and react can't render that

Closed this issue · 2 comments

on addWalletListener, setBalance(balance) gives an error cause balance is still a promise, and react can't render that

Hi, how did you solve it?

just chained getAccountBalance() and passed the value into setBalance,