Older version of recharts used, gives peer dependency warning for react 19 #7356
Closed
1 of 2 tasks
Labels
Duplicate
A duplicate of other issue
Dependencies check up
What version of @mantine/* packages do you have in package.json?
7.16.0
What package has an issue?
@mantine/charts
What framework do you use?
Vite
In which browsers you can reproduce the issue?
Not applicable – issue is not related to the browser
Describe the bug
The package contains a peer dependency for recharts ^2.13.3

This version is not explicitly compatible with react 19 and gives a warning when you install the package
If possible, include a link to a codesandbox with a minimal reproduction
No response
Possible fix
Update the dependency to recharts 2.15.x as this has react 19 marked as a compatible peer dependency
Self-service
The text was updated successfully, but these errors were encountered: