felixrieseberg / React-Dropzone-Component

:camera: ReactJS Dropzone for File Uploads (using Dropzone.js)
MIT License
1k stars 153 forks source link

internal addedFile event handler does not respect maxFiles #198

Open desktoping opened 5 years ago

desktoping commented 5 years ago

https://github.com/felixrieseberg/React-Dropzone-Component/blob/0a601483b0e0915a105d028085d94ee0ac4f831f/src/react-dropzone.js#L178

This will still add the file into the state, even if it already reached the maxFile.