useOwnedNFTs returns undefined on Signature Drop prebuilt contract. Steps to reproduce: ```jsx const signatureDrop = useSignatureDrop("<contract-address>"); const { data: ownedNfts } = useOwnedNFTs(signatureDrop, address); ``` Expected Behaviour: - Return an array of NFTs the user owns from the signature drop
useOwnedNFTs returns undefined on Signature Drop prebuilt contract.
Steps to reproduce:
Expected Behaviour: