Autodesk / Autodesk/react-base-table
Multiple console warnings due to Class Component structure
Open
- Dominant language
- TypeScript
- Stars
- 1.5k
- Forks
- 170
- PR merge metrics
- No merged PRs in 30d
Description
As React is reaching 20+ version numbering with 18+ being a stable one, existing Class components in react-base-table should be converted to Function Components to avoid the below warnings.
Warning: TableHeaderRow2: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.
Contributor guide
Assessment
This issue has not been assessed yet.