felixrieseberg / felixrieseberg/React-Dropzone-Component
'success' event missing second argument
Open
- Dominant language
- JavaScript
- Stars
- 999
- Forks
- 148
- PR merge metrics
- No merged PRs in 30d
Description
'success' event should return a server response as a second argument. Now it returns only a file.
`success?: FileCallback | FileCallback[];`
http://www.dropzonejs.com/#event-success
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the success callback type and the event implementation in the JavaScript project, then compare them with Dropzone.js's documented success event. Confirm that the callback receives both the uploaded file and the server response, and update the relevant behavior and coverage so the second argument is present.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100