react-use-file-upload
Advanced tools
Comparing version 0.9.3 to 0.9.4
{ | ||
"name": "react-use-file-upload", | ||
"version": "0.9.3", | ||
"version": "0.9.4", | ||
"description": "A React Hook to make dealing with file uploading easier.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -8,2 +8,3 @@ # React useFileUpload | ||
## Installation | ||
Installation is simple. | ||
@@ -92,2 +93,3 @@ | ||
setFiles(e, 'a'); | ||
inputRef.current.value = null; | ||
}} | ||
@@ -94,0 +96,0 @@ > |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13156
197