Open jarrodwatts opened 2 years ago
useNFT on an ERC1155 token returns an owner field with the value of an empty string
useNFT
It doesn't make sense for an owner field to be returned for an ERC1155 token as there can be multiple owners per token ID.
Example code to reproduce:
const { data: nft, isLoading: loadingNft } = useNFT(editionDrop, 0);
useNFT
on an ERC1155 token returns an owner field with the value of an empty stringIt doesn't make sense for an owner field to be returned for an ERC1155 token as there can be multiple owners per token ID.
Example code to reproduce: