DEV Community

Discussion on: React Tips & Tricks: Uploading a File With A Progress Bar

Collapse
 
compuwiser profile image
CompuWiser

setSuccess(true) should be setIsSuccess(true)

Collapse
 
jbrocher profile image
JB

Yes it should ! Corrected, thanks for catching it :)