Closed Awatatah closed 1 year ago
@Awatatah, could you reproduce your issue in the codesandbox?
@Norserium I found the issue. I was using the cropper in a modal component that has props (which is how imgSrc
is set) but when the value of the object changed in the parent, the prop did not reflect. I resolved this issue
Hello I am using version
1.11.6
and I came across an issue where if I use the following code:and once mounted it works great but if the value of
imgSrc
changes, the cropper canvas does not update with the new image.Is there something I need to do like call a function to reinitialize the Cropper? I'm a little stuck on this.