Have you updated React FilePond, FilePond, and all plugins?
[X] I have updated FilePond and its plugins
Describe the bug
I'm getting the following typescript errors when trying to use filepond in a remix typescript application:
JSX element class does not support attributes because it does not have a 'props' property.
'FilePond' cannot be used as a JSX component. Its instance type 'FilePond' is not a valid JSX element. Type 'FilePond' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.
Is there an existing issue for this?
Have you updated React FilePond, FilePond, and all plugins?
Describe the bug
I'm getting the following typescript errors when trying to use filepond in a remix typescript application:
JSX element class does not support attributes because it does not have a 'props' property.
'FilePond' cannot be used as a JSX component. Its instance type 'FilePond' is not a valid JSX element. Type 'FilePond' is missing the following properties from type 'ElementClass': render, context, setState, forceUpdate, and 3 more.
Reproduction
Have a working repro here: https://codesandbox.io/s/vigilant-beaver-0or7bu?file=/app/routes/index.tsx
Environment