react-lazy-load-image-component icon indicating copy to clipboard operation
react-lazy-load-image-component copied to clipboard

image change refresh problem

Open m-korkut opened this issue 4 years ago • 1 comments

When uploaded images changing, image not view refresh. at the time of render The picture at placeholderSrc is not shown, the old loaded picture is displayed

<LazyLoadImage src={imageUrl} width={50} alt={''} effect="black-and-white" placeholderSrc={emptyImage} delayTime={1000} />

Does anyone have any solution in this regard?

Technical details:

  • Package version [^1.4.1"]
  • Server Side Rendering? [No]
  • Device [Desktop/Smartphone]
  • Operating System [ Windows, Mac OS]
  • Browser [ Firefox, Chrome, Safari]

m-korkut avatar Apr 29 '20 15:04 m-korkut

Can you give a bit more details? Are you changing this via its parent's props?

EliasTouil avatar Apr 30 '20 18:04 EliasTouil