react-dropzone
Advanced tools
Comparing version 11.0.3 to 11.1.0
@@ -38,3 +38,3 @@ By providing `accept` prop you can make the dropzone accept specific file types and reject the others. | ||
<li key={e.code}>{e.message}</li> | ||
)} | ||
))} | ||
</ul> | ||
@@ -41,0 +41,0 @@ </li> |
@@ -168,3 +168,3 @@ { | ||
}, | ||
"version": "11.0.3", | ||
"version": "11.1.0", | ||
"engines": { | ||
@@ -171,0 +171,0 @@ "node": ">= 8" |
@@ -13,3 +13,3 @@ import * as React from "react"; | ||
message: string; | ||
code: string; | ||
code: "file-too-large" | "file-too-small"|"too-many-files"|"file-invalid-type"; | ||
} | ||
@@ -16,0 +16,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
328271