reservoirprotocol / reservoir-kit

ReservoirKit is a react package that makes it easy to add buying NFTs into your dApp. It's intuitive, responsive and customizable.
reservoir-kit.vercel.app
MIT License
98 stars 46 forks source link

[Bug] BuyModal Sometimes Displaying Incorrect Token Info #573

Closed anader123 closed 9 months ago

anader123 commented 9 months ago

We use the BuyModal on the BasePaint Gallery Page.

Sometimes when clicking the trigger button it populates the incorrect token info, but if you buy that NFT it purchases the correct one. In the image below when searching for "Tales of Reynard" Day #93 and clicking on the button it populates Day #147 details in the modal display instead, but if you complete the checkout you will buy Day #93. Have confirmed that we are passing the correct tokenId.

token-data

ted-palmer commented 9 months ago

There was an issue with how the tokenIds were indexed. Has now been fixed ✅