You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using react typescript getting the following error.
TypeScript error in FileUpload.tsx(99,18):
JSX element type 'DropzoneComponent' does not have any construct or call signatures. TS2604
> 99 | <DropzoneComponent config={componentConfig}
| ^
100 | eventHandlers={eventHandlers}
101 | djsConfig={djsConfig} />