nanxiaobei / antd-img-crop

🗡 An image cropper for Ant Design Upload
MIT License
497 stars 156 forks source link

Support for Strict mode in react #178

Closed SanjivG10 closed 2 years ago

SanjivG10 commented 2 years ago

Once image gets uploaded, we get a modal that gives a warning that says:

findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of DomWrapper which is inside StrictMode. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here.

https://github.com/ant-design/ant-design/issues/26136 . This issue is from ant-design itself. I hope it gets resolved soon.

nanxiaobei commented 2 years ago

Yes, depends on antd solving that.