You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, the json field in Nft is always null, even though jsonLoaded is true. I have included "@metaplex-foundation/js": "^0.19.1", in my package.json. No error in the console.
The text was updated successfully, but these errors were encountered:
I followed this guide to create a React app with Vite and metaplex. My code looks like this:
However, the
json
field inNft
is always null, even thoughjsonLoaded
is true. I have included"@metaplex-foundation/js": "^0.19.1",
in my package.json. No error in the console.The text was updated successfully, but these errors were encountered: