issues
search
sophie97yang
/
Parmazon-Prime
0
stars
0
forks
source link
Error handling on Images
#32
Closed
sophie97yang
closed
11 months ago
sophie97yang
commented
11 months ago
If a user does not upload png,gif,jpg,etc., handle the broken image
onError={e => { e.currentTarget.src = "your_image_not_found_defalt_picture_here"; }}