I hope all of you are doing well
Since yesterday, I noticed the NFTâs I was pulling to my website suddenly went blank. I console.log the data and it returned null. I know I did not make any changes and I was using the feature on many different pages and it stopped working.
I fired up a ethereum boilerplate which uses useNFTBalances() on the NFTBalance page and it worked fine.
What is the change? Is there a place it was published, after all it would break websites.
I was using it to get the name, description and image of NFT metadata and I would then parse that metadata to display on page.
What is the new way to do it? That way was pretty fast.
Thanks in advance
Edit: Is there a place where such breaking changes are published so I can be kept up to date? I did check the docs on the Web3Api getNFTs section for a possible update.