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
Looking at the git history, it appears these props have been deprecated.
As react-mobile-cropper is still using these deprecated properties, perhaps it should be updated to use cropper.isLoading() and cropper.isLoaded() instead.
The
CropperWrapperComponent
type is missing the following properties:loading: boolean;
loaded: boolean;
These properties are used by the CropperWrapper.tsx component in
react-mobile-cropper
.The text was updated successfully, but these errors were encountered: