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
The Newest Items carousel from the Home Page, sometimes is mixing up Items and NFTs, where it should only show Items.
🐛 This is a bug report.
📈 This is a feature request.
📝 Details
This is due to the selector that puts together the home page carousel content, has a random logic of looking for the id (either item_id or nft_id) in the nftsById or itemsById map, not knowing if the id belongs to an item or nft, so if they collide (in this case they do), it will prioritize it as nft
E.g: The emote here in the first slot of the carousel is an NFT that has the same id of an item (pure coincide)
The text was updated successfully, but these errors were encountered:
🎉 Description
The
Newest Items
carousel from the Home Page, sometimes is mixing up Items and NFTs, where it should only show Items.📝 Details
This is due to the selector that puts together the home page carousel content, has a random logic of looking for the
id
(either item_id or nft_id) in thenftsById
oritemsById
map, not knowing if the id belongs to an item or nft, so if they collide (in this case they do), it will prioritize it as nftE.g: The emote here in the first slot of the carousel is an NFT that has the same id of an item (pure coincide)
The text was updated successfully, but these errors were encountered: