-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[charts] 'log' axes & zoom cause warnings and grid breakdown due to non-unique child keys #15853
Comments
Hey @qwyble ... I am not able to reproduce this locally, but it does reproduce in the codesandbox. This may be a problem with CSB 🤷🏼 Did any of you encounter this before @JCQuintas or @alexfauquette ? Screen.Recording.2024-12-12.at.12.15.09.mov |
@michelengelen I believe we fixed it here: #15463 But it wasn't properly cherrypicked, might explain why you are not seeing it locally |
Fixed on #15864 Thanks for reporting 👍 |
This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue. Note @qwyble How did we do? Your experience with our support team matters to us. If you have a moment, please share your thoughts in this short Support Satisfaction survey. |
Steps to reproduce
Steps:
Current behavior
Console sprays warnings.
Using 'zoom' parameters in LineChartPro causes complete grid breakdown due to this same issue.
Expected behavior
Console should not spray warnings, child elements should have unique keys.
Zoom should not break the grid.
Context
This occurs when using 'log' axes and when modifying axes using zoom parameters, likely due to ticks being used to provide keys to the grid.
Your environment
ENV: Chromium
Search keywords: LineChart, LineChartPro, grid, GridChart, log, zoom
The text was updated successfully, but these errors were encountered: