advanced-cropper / react-advanced-cropper

The react cropper library that embraces power of the advanced cropper core to give the possibility to create croppers that exactly suited for your website design
https://advanced-cropper.github.io/react-advanced-cropper/
Other
657 stars 30 forks source link

Warning: Can't perform a React state update on an unmounted component. #30

Open Benjamin-Willard opened 1 year ago

Benjamin-Willard commented 1 year ago

Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in a useEffect cleanup function

Component that it barks a storm about is AbstractCropperComponent. within useAbstractCropperProps and this is using the FixedCropper.

React: 17 react-advanced-cropper: v0.19.2

Norserium commented 7 months ago

@Uniphix, how to reproduce this issue?

Norserium commented 3 months ago

@Uniphix, any news?