react-upload-file
react-upload-file copied to clipboard
Issues when multiple ReactUploadFile are on the page
There's an issue when two ReactUploadFile components are placed on a page.
The upload events of the second are handed by the callbacks of the first.
I assume, the component searches the DOM globally for an element and always finds the first one ...
Any workaround or fixes?
@nikolayg thx! I will look up to it.
Any update on this? I'm also seeing it.
+1
Should be addressed by using ref instead of ReactoDOM: https://github.com/wubocong/react-upload-file/pull/9