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

[charts] Fix hydration missmatch #15647

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

alexfauquette
Copy link
Member

A small issue I introduced when moving to plugins

@alexfauquette alexfauquette added bug 🐛 Something doesn't work component: charts This is the name of the generic UI component, not the React module! labels Nov 28, 2024
@mui-bot
Copy link

mui-bot commented Nov 28, 2024

Deploy preview: https://deploy-preview-15647--material-ui-x.netlify.app/

Generated by 🚫 dangerJS against b523592

Copy link

codspeed-hq bot commented Nov 28, 2024

CodSpeed Performance Report

Merging #15647 will degrade performances by 27.32%

Comparing alexfauquette:fix-id-missmatch (b523592) with master (1a0bedd)

Summary

❌ 3 regressions
✅ 3 untouched benchmarks

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark master alexfauquette:fix-id-missmatch Change
BarChart with big data amount 1.3 s 1.7 s -22.87%
LineChart with big data amount 956.1 ms 1,315.4 ms -27.32%
LineChartPro with big data amount 541.1 ms 592 ms -8.6%

@JCQuintas
Copy link
Member

This change weirdly affects a lot of performance. I guess because it has to re-render to get an actual chartId? 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work component: charts This is the name of the generic UI component, not the React module!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants