I’m using react-moralis for my project
and i having this error on console when fetching NFT from wallet
and this is the code
const options = { chain: chainName, address: ethAddress, token_address: nftAddress };
const results = await Web3API.account.getNFTsForContract(options);
this is the version i using
“moralis-v1”: “^1.11.0”,
“react-moralis”: “^1.4.2”,
anyone know what cause the error? and how to solve it?