react
react copied to clipboard
Ultimate collection of React hooks for your web3 apps
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...
**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...
`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...
Code to re-produce: ``` const { data: activeClaimCondition } = useActiveClaimCondition( editionDrop, 0 ); ``` Using edition drop prebuilt contract, try to read the active claim condition like this: ```...
**Prerequisites** * [x] I have checked that `@thirdweb-dev/react` and the `@thirdweb-dev/sdk` are on the latest _stable_ version and the bug still exists. * [x] I have checked [existing issues](https://github.com/thirdweb-dev/react/issues?q=is%3Aissue) and...

Hello, I followed the quickstart for react tutorial, but I'm getting an error on app start:  _app.tsx ``` import '../styles/globals.css' import type { AppProps } from 'next/app' import {...
**Prerequisites** * [x] I have checked that `@thirdweb-dev/react` and the `@thirdweb-dev/sdk` are on the latest _stable_ version and the bug still exists. * [x] I have checked [existing issues](https://github.com/thirdweb-dev/react/issues?q=is%3Aissue) and...
**Prerequisites** * [x] I have checked that `@thirdweb-dev/react` and the `@thirdweb-dev/sdk` are on the latest _stable_ version and the bug still exists. * [x] I have checked [existing issues](https://github.com/thirdweb-dev/react/issues?q=is%3Aissue) and...
**Prerequisites** * [x] I have checked that `@thirdweb-dev/react` and the `@thirdweb-dev/sdk` are on the latest _stable_ version and the bug still exists. * [x] I have checked [existing issues](https://github.com/thirdweb-dev/react/issues?q=is%3Aissue) and...