Hacker0x01 / react-datepicker

A simple and reusable datepicker component for React
https://reactdatepicker.com/
MIT License
7.92k stars 2.23k forks source link

Issue with moduleResolution nodenext/node16 #4039

Open VadimSaveljev opened 1 year ago

VadimSaveljev commented 1 year ago

If I use moduleResolution in tsconfig with value "nodenext" or "node16" then I get JSX element type 'DatePicker' does not have any construct or call signatures linting error on DatePicker component

Though the DatePicker itself renders without a problem Using @ts-ignore for now

github-actions[bot] commented 1 month ago

This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 10 days.