Open
Description
I think it should roll back to placeholderSrc if src is not found...
I can check at my end if there is no property, but if its set to black; the library before would just try to load a broken image; instead it should return something that makes the placeholderSrc render.
I used this
src={img_url ? img_url : placeholderImg}