Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

[Bug]: useNFT Hook on ERC1155 Token returns an owner field with empty string #146

@jarrodwatts

Description

@jarrodwatts

useNFT on an ERC1155 token returns an owner field with the value of an empty string

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomersworkaround availablea bug exists, but there is a known workaround

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions