SoAanyip / React-FileUpload

Upload files async with xhr2 or iframe for IE. Supporting IE8+. React component.
310 stars 95 forks source link

React error after upgrading to 15.6.1 #45

Open acierto opened 7 years ago

acierto commented 7 years ago

screen shot 2017-08-10 at 10 01 12

acierto commented 7 years ago

Fix in this PR

LiuuY commented 6 years ago

I think react should not be placed in the lib's dependencies (devDependencies instead), if so there will be two version of react in a project, which causes the problem you came across. people who use this lib already install react in their own project's package.json.