Closed Birkenpapier closed 2 years ago
Dup of https://github.com/sarink/react-file-drop/issues/83
This lib needs to be rewritten with hooks and stop using the deprecated lifecycle methods. It may be awhile until I get around to that. Functionally speaking, everything works. Unfortunately, the only solution to this warning is to disable strict mode for now.
Using the component inside an parent component will lead to this error:
What can be done about this?