-
-
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
Issue with CompositeChart #7010
Comments
Hello, I'd love the opportunity to contribute to this issue. |
You are welcome to submit a PR with a fix |
@plantaest BTW, The UI design of your product is aaaaawesome!!! nice job! |
@Kenzo-Wada Yeah, thank you so much! This is an open-source application that I'm developing. You can check it out here: https://github.com/plantaest/zinnia. To run it, you should have an account on the Meta-Wiki platform: https://meta.wikimedia.org/, as it's used to handle tasks there. This project wouldn't have such a good UI without the talented author of Mantine, @rtivital. Thank you so much! @mariakax3 Thank you for your interest, I hope to see a PR for this issue soon. |
@rtivital Could I request permission to push changes to the repository? Currently I'm encountering 403 response |
@mariakax3 I suggest you create a fork. You can read more about it here: https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project. |
Dependencies check up
What version of @mantine/* packages do you have in package.json?
7.13.3
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
I use CompositeChart with the following code:
But the Chrome console shows this error:
I think we should add
key
prop to this line:mantine/packages/@mantine/charts/src/CompositeChart/CompositeChart.tsx
Line 289 in 6a067f1
Regards,
Plantaest.
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: