-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Bar chart console errors #6800
Comments
Im afraid this is a bug of recharts side, not mantine |
Issue with recharts, not Mantine. See recharts/recharts#3615 |
This does not explain half of the errors I posted. |
Recharts maintainer here. This is taken care of in recharts alpha as stated in the linked issue. I was waiting for R19 to release until releasing 2.13 but we'll see what that looks like. As for the other errors unrelated to the defaultProps warnings I can check to see if some unwanted props are getting spread onto the text elements in Label. This could also be a custom implementation thing on this side, not sure yet. |
Looks like the other two warnings are on Mantine, not recharts |
Dependencies check up
What version of @mantine/* packages do you have in package.json?
7.12.2
What package has an issue?
@mantine/charts
What framework do you use?
Vite
In which browsers you can reproduce the issue?
Chrome
Describe the bug
Using bar charts, the following errors pop up in the console (I'm aware the
defaultProps
one is known, I'm including it for completeness):If possible, include a link to a codesandbox with a minimal reproduction
No response
Possible fix
No response
Self-service
The text was updated successfully, but these errors were encountered: