react-dropzone
Advanced tools
Comparing version 3.7.2 to 3.7.3
@@ -360,3 +360,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
// Remove custom properties before passing them to the wrapper div element | ||
var customProps = ['disablePreview', 'disableClick', 'onDropAccepted', 'onDropRejected', 'maxSize', 'minSize', 'onFileDialogCancel']; | ||
var customProps = ['acceptedFiles', 'disablePreview', 'disableClick', 'onDropAccepted', 'onDropRejected', 'onFileDialogCancel', 'maxSize', 'minSize']; | ||
var divProps = _extends({}, props); | ||
@@ -363,0 +363,0 @@ customProps.forEach(function (prop) { |
@@ -72,3 +72,3 @@ { | ||
"jsdom": "^9.2.1", | ||
"lint-staged": "^2.0.1", | ||
"lint-staged": "^3.2.1", | ||
"mocha": "^2.5.3", | ||
@@ -92,3 +92,3 @@ "npm-check": "^5.2.1", | ||
}, | ||
"version": "3.7.2" | ||
"version": "3.7.3" | ||
} |
@@ -266,3 +266,10 @@ /* eslint prefer-template: 0 */ | ||
const customProps = [ | ||
'disablePreview', 'disableClick', 'onDropAccepted', 'onDropRejected', 'maxSize', 'minSize', 'onFileDialogCancel' | ||
'acceptedFiles', | ||
'disablePreview', | ||
'disableClick', | ||
'onDropAccepted', | ||
'onDropRejected', | ||
'onFileDialogCancel', | ||
'maxSize', | ||
'minSize' | ||
]; | ||
@@ -269,0 +276,0 @@ const divProps = { ...props }; |
Sorry, the diff of this file is not supported yet
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
85152
1098