Skip to content
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

Add Support for React 19 #465

Open
vessyb opened this issue Dec 11, 2024 · 0 comments
Open

Add Support for React 19 #465

vessyb opened this issue Dec 11, 2024 · 0 comments

Comments

@vessyb
Copy link

vessyb commented Dec 11, 2024

Hi ReactGrid Team,

Thank you for the great library—it has been an invaluable tool in my team's project. We are currently in the process of upgrading to React 19, but I’ve noticed that ReactGrid currently lists compatibility only with React 18 and earlier versions. I encounter dependency conflicts due to React 19 not being listed as a supported version.

Current Issue
Here's an example of the error encountered during installation:

Could not resolve dependency:
npm error Found: [email protected]
npm error node_modules/react
npm error   react@"^19.0.0" from the root project

npm error peer react@"^16.13.1 || ^17.0.0 || ^18.2.0" from @silevis/[email protected]
npm error node_modules/@silevis/reactgrid
npm error   @silevis/reactgrid@"^4.1.12" from the root project

This makes it difficult to integrate ReactGrid into React 19 projects without using workarounds such as --force or --legacy-peer-deps, which are not ideal.

Request
Could you please evaluate and add compatibility for React 19? If there are any known issues or blockers preventing ReactGrid from working with React 19, I’d appreciate it if you could share that information as well.

Additional Context
React Version: 19.0.0
ReactGrid Version: 4.1.12
Environment: Node 22.7.0, npm 10.8.2
Steps to Reproduce: Install ReactGrid in a project using React 19.

Thank you for your time and consideration.

Best regards,
Vesela

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

No branches or pull requests

1 participant