nadbm / react-datasheet

Excel-like data grid (table) component for React
https://nadbm.github.io/react-datasheet/
MIT License
5.39k stars 457 forks source link

Use React.ComponentType to provide forwards compatibility with React 18 #329

Open jorrit opened 2 years ago

jorrit commented 2 years ago

In older versions of @types/react ComponentType is an alias for ComponentClass and SFC. In @types/react 18+ SFC no longer exists and ComponentType is an alias for ComponentClass and FunctionComponent.