Skip to content

feat!(react18): release #170

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

lokeshjain2008
Copy link

@lokeshjain2008 lokeshjain2008 commented May 7, 2025

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 react and react-dom to version 18.2.0 in peerDependencies, dependencies, and devDependencies in package.json to support React 18. [1] [2]
  • Updated @types/react and @types/react-dom to version 18.2.0 in devDependencies in package.json for compatibility with React 18.

TypeScript Adjustments:

  • Added @ts-ignore comments in the withStickyHeader function of src/compact/VirtualizedTable.tsx to suppress TypeScript errors related to React.forwardRef.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant