react-table-library
react-table-library copied to clipboard
feat!(react18): release
This pull request updates the project to use React 18 and addresses a TypeScript issue in the VirtualizedTable component. The most important changes include upgrading React and its related dependencies, as well as adding @ts-ignore comments to suppress TypeScript errors in a specific component.
React and Dependencies Upgrade:
- Updated
reactandreact-domto version18.2.0inpeerDependencies,dependencies, anddevDependenciesinpackage.jsonto support React 18. [1] [2] - Updated
@types/reactand@types/react-domto version18.2.0indevDependenciesinpackage.jsonfor compatibility with React 18.
TypeScript Adjustments:
- Added
@ts-ignorecomments in thewithStickyHeaderfunction ofsrc/compact/VirtualizedTable.tsxto suppress TypeScript errors related toReact.forwardRef.