-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image Ghosting in Token View #229
Comments
This is the data payload for the {
d86d6588839911479e6b6bcd968a46fee0a0fc6da8cfb8b779e5562886f42af8: {
result: 'success',
tokenid: 'd86d6588839911479e6b6bcd968a46fee0a0fc6da8cfb8b779e5562886f42af8',
owner: '02c00f9800cfd2eeb1775729d3783357b1db193448712076bf746f7b5058a3241e',
name: 'dorritos',
supply: 1,
description: 'dorry dorritos',
data: 'f701020f687474703a2f2f6c696e6b2e636f6d0314',
dataAsJson: {
url: 'http://link.com',
royalty: 20
},
version: 1,
IsMixed: 'yes',
height: 147134
}
} |
@acnebs is this one happening on |
Hmm, let me check, I think I was in |
@lenilsonjr Hmmm nope, still a problem, see here, this is the image from Best guess: the problem is that the link associated with the |
This might not be that helpful, but I've definitely seen it on the latest token creation tool testing build |
Expected Behavior
When you load a token that has no image, it should immediately show no image.
Current Behavior
If you load a token that has an image and then open a token that does not have an image, sometimes the image will stay there indefinitely, as if that image belongs to the first one. The image should immediately unload / not display if it doesn't have one.
Steps to Reproduce
dorritos
NFTdorritos
detail page will continue displaying the image from step (1).The text was updated successfully, but these errors were encountered: