How to Use Material Ui Dropzone into My React with Typescript Application?
Button on Click Should Open the Mui Dropzone Which Helps Me Import Files. I Tried Adding the Components from but It Does Not Work and Provides the Below Error...
Button on click should open the mui dropzone which helps me import files.
I tried adding the components from but it does not work and provides the below error.
const DropzoneDialog: React.ComponentType<DropzoneDialogProps>
import DropzoneDialog
'DropzoneDialog' cannot be used as a JSX component.
Its element type 'ReactElement<any, any> | Component<DropzoneDialogProps, any, any> | null' is not a valid JSX element.
Type 'Component<DropzoneDialogProps, any, any>' is not assignable to type 'Element | ElementClass | null'.
Type 'Component<DropzoneDialogProps, any, any>' is not assignable to type 'ElementClass'.
The types returned by 'render()' are incompatible between these types