react-dropzone
Advanced tools
Comparing version 14.2.0 to 14.2.1
@@ -777,2 +777,4 @@ var _excluded = ["children"], | ||
inputRef.current.click(); | ||
} else { | ||
onErrCb(new Error("Cannot open the file picker because the https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API is not supported and no <input> was provided.")); | ||
} | ||
@@ -779,0 +781,0 @@ } else { |
@@ -174,3 +174,3 @@ { | ||
"typings": "typings/react-dropzone.d.ts", | ||
"version": "14.2.0", | ||
"version": "14.2.1", | ||
"engines": { | ||
@@ -177,0 +177,0 @@ "node": ">= 10.13" |
@@ -790,2 +790,8 @@ /* eslint prefer-template: 0 */ | ||
inputRef.current.click(); | ||
} else { | ||
onErrCb( | ||
new Error( | ||
"Cannot open the file picker because the https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API is not supported and no <input> was provided." | ||
) | ||
); | ||
} | ||
@@ -792,0 +798,0 @@ } else { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
432080
7031