Jarrod Watts

Results 10 issues of Jarrod Watts

useOwnedNFTs returns undefined on Signature Drop prebuilt contract. Steps to reproduce: ```jsx const signatureDrop = useSignatureDrop(""); const { data: ownedNfts } = useOwnedNFTs(signatureDrop, address); ``` Expected Behaviour: - Return an...

bug
good first issue

**Context** Currently, the useMagic hook only allows you to connect your wallet with your email. Magic Link offers social media support, it would be great to add support for social...

enhancement

`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...

bug
good first issue
workaround available

Code to re-produce: ``` const { data: activeClaimCondition } = useActiveClaimCondition( editionDrop, 0 ); ``` Using edition drop prebuilt contract, try to read the active claim condition like this: ```...

bug
good first issue
workaround available

## Background Working with `BigNumber` variables requires importing `ethers` and using `ethers.utils.formatEther` and `parseEther` functions which is not very discoverable through our SDK unless you are already familiar with the...

good first issue
SDK

## Feature Request We have the [NFT Media Renderer](https://portal.thirdweb.com/sdk/ui-components/nft-renderer) component which renders the relevant HTML tag after determining the file type provided by the metadata prop. This currently only supports...

good first issue
React
hacktoberfest

## Feature Description Incorrectly, the `useNFTBalance` throws an error when the third parameter (token ID) is a number. For example, the below code errors: ```jsx const editionDrop = useEditionDrop( "0x1fCbA150F05Bbe1C9D21d3ab08E35D682a4c41bF"...

good first issue
React
hacktoberfest

I have the following `components.json` file: ```json { "$schema": "https://ui.shadcn.com/schema.json", "style": "default", "rsc": false, "tsx": true, "tailwind": { "config": "tailwind.config.js", "css": "styles/globals.css", "baseColor": "slate", "cssVariables": true }, "aliases": { "components":...

Create a profile here: https://lens-do-it.vercel.app/