Jen
Results
1
issues of
Jen
Hi I'm using version `0.11.6` and `findAllByOwner` doesn't seem to be working. ``` const { publicKey: walletId } = useWallet() const myNfts = await metaplex.nfts().findAllByOwner(walletId) ``` I also tried this...