felixrieseberg / React-Dropzone-Component

:camera: ReactJS Dropzone for File Uploads (using Dropzone.js)
MIT License
1k stars 154 forks source link

No types of Dropzone in TypeScript #149

Open tronya opened 6 years ago

tronya commented 6 years ago

"node_modules/react-dropzone-component/typescript/types"' has no exported member 'DropzoneFile'.

0x1ad2 commented 6 years ago

@tronya same over here, I had to go back to the 3.0.0 tag to fix it.

Jagatmachines commented 6 years ago

@tronya @0x1ad2 the issue is with import only

import {DropzoneComponent} from 'react-dropzone-component'; as the types is define the component needs to be called. worked in my case

kylanhurt commented 4 years ago

Also worked for me. Thank you!