-
-
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] hovering over charts causes 'maximum update depth exceeded' error #13450
Comments
Hey @prolink007 I cannot reproduce the issue with the given steps. |
I provided two links. One is to the documentation. Just follow that link. Click on the stackblitz for the Here is a screen shot of what i am seeing. I can provide a video, if needed. |
Thanks @prolink007 I can reproduce it now. |
@michelengelen I can get this to happen on almost all the chart types in my code. I just thought it would be easier to use the stackblitz that was in the documentation to demonstrate. Hope that helps. 🤷 |
@michelengelen yeah it seems to be an issue in how we calculate the Popper position. Though it only seems to appear in development, probably because the prod bundle is more optimised. |
Managed to get a more specific error
|
I'm having the same issue with maximum update depth exceeded? Is there already any solution? |
I got the same pb. |
same here |
I also am having this issue. I have not tested in production yet. I will report back once I get into production. |
facing the same issue with Pie chart. could not find a workaround if i do the chart without any additional options/customization |
This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue. Note @prolink007 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
Referencing this example from the documentation.
Here is the provided stackblitz from the documentation.
I am using chrome 125.0.6422.142.
Steps:
Current behavior
Moving your cursor across the chart causes the 'depth exceeded' error to come up.
Expected behavior
No 'depth exceeded' error to come up while hovering.
Context
Trying to avoid the error.
Your environment
npx @mui/envinfo
Search keywords: depth exceeded
The text was updated successfully, but these errors were encountered: