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.