fix(deps): update dependency react-dropzone to v14.4.1 #11558
+8
−8
Annotations
6 errors
|
Upload accessibility results
Process completed with exit code 1.
|
|
Upload documentation
Process completed with exit code 1.
|
|
Set up and build project
Process completed with exit code 2.
|
|
Set up and build project:
packages/react-core/src/components/MultipleFileUpload/MultipleFileUpload.tsx#L46
Type '(acceptedFiles: File[], event: DropEvent) => void' is not assignable to type '<T extends File>(files: T[], event: DropEvent) => void'.
|
|
Set up and build project:
packages/react-core/src/components/FileUpload/FileUpload.tsx#L140
Type '(rejectedFiles: FileRejection[], event: DropEvent) => void' is not assignable to type '(fileRejections: FileRejection[], event: DropEvent) => void'.
|
|
Set up and build project:
packages/react-core/src/components/FileUpload/FileUpload.tsx#L139
Type '(acceptedFiles: File[], event: DropEvent) => void' is not assignable to type '<T extends File>(files: T[], event: DropEvent) => void'.
|
Loading