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
When tapping a blurred image that stays blurred no matter how much you wait, you land on a page showing undefined Nan, Nan (see screenshots down)
For the case happened to me I investigated which url is related to the problematic image and it's a pubeurope.com image that returns 403 once you try to fetch it.
My idea is to submit a PR where in the onError callback of FastImage in [id].tsx the problem is catched and the image is not returned in the grid, kinda like this (see the last but one line).
Sounds like a good idea! We welcome all contributions, so feel free to open a PR with your changes.
Maybe we could show an error like in #237? That would mean you probably have to wait until it's merged before you submit your PR. If you like that idea I'll try to get it merged faster.
Edit: Oh, wait. You meant we could not show the image at all right? That's probably a better solution, feel free to implement it.
When tapping a blurred image that stays blurred no matter how much you wait, you land on a page showing undefined Nan, Nan (see screenshots down)
For the case happened to me I investigated which url is related to the problematic image and it's a
pubeurope.com
image that returns 403 once you try to fetch it.My idea is to submit a PR where in the
onError
callback ofFastImage
in[id].tsx
the problem is catched and the image is not returned in the grid, kinda like this (see the last but one line).Would it be an acceptable solution?
The text was updated successfully, but these errors were encountered: