-
-
Notifications
You must be signed in to change notification settings - Fork 326
Open
Description
If we want to give the functionality to retry to all upload requests or some based on some condition, we can have something like this:
const uploadRef = useRef(null)
const reUpload = () => {
uploadRef.reUpload()
}
<Upload
ref={uploadRef}
customRequest={customRequest}
...
</Upload>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels