You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@daFoggo Hello!
As a workaround, you can add unique key to ReactCrop component, so it will rerender every time your image updates.
<ReactCropkey={uniqueImageKey}circularCropkeepSelectioncrop={crop}aspect={1}minWidth={50}onChange={(_,percentCrop)=>setCrop(percentCrop)}onComplete={(c)=>setCompletedCrop(c)}>{/* Your image */}</ReactCrop>
Possibly the problem is with rect in svgdef. It has width and height 100% and it doesn't update visually when image dimensions are changed.
Hi. I'm currently having this issues. Can someone help me please?
https://github.com/sekoyo/react-image-crop/assets/108665939/7fa65ecb-112a-435a-939f-74d7bfb60707
The text was updated successfully, but these errors were encountered: