react icon indicating copy to clipboard operation
react copied to clipboard

Ultimate collection of React hooks for your web3 apps

Results 13 react issues
Sort by recently updated
recently updated
newest added

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

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

![image](https://user-images.githubusercontent.com/4569866/172097915-70542f86-9937-44a4-b089-d12d91636b35.png)

question

Hello, I followed the quickstart for react tutorial, but I'm getting an error on app start: ![Screenshot_1](https://user-images.githubusercontent.com/64593022/179858190-c1c9c4bd-a67b-4030-85de-ab6f36ac77cc.png) _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...