Mario-Duarte / react-image-zooom

Simple React component that will allow users to zoom in on your images, perfect for product images and galleries!
https://mario-duarte.github.io/react-image-zooom/
26 stars 6 forks source link

[BUG] dynamically change src prop, not changing image to zoom [RESOLVED] #1

Closed valdo99 closed 2 years ago

valdo99 commented 2 years ago

Hi, i'm trying to change dynamically the src prop of the component with a setState, but the image is not changing :\

valdo99 commented 2 years ago

Needed to add the key prop! My bad

Mario-Duarte commented 2 years ago

No problem, glad you solved the issue.