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

[DataGrid] Fix 'ResizeObserver loop limit exceeded' error #8744

Merged
merged 3 commits into from
Apr 26, 2023

Conversation

m4theushw
Copy link
Member

@m4theushw m4theushw commented Apr 24, 2023

@m4theushw m4theushw added the component: data grid This is the name of the generic UI component, not the React module! label Apr 24, 2023
@mui-bot
Copy link

mui-bot commented Apr 24, 2023

Netlify deploy preview

Netlify deploy preview: https://deploy-preview-8744--material-ui-x.netlify.app/

Updated pages

No updates.

These are the results for the performance tests:

Test case Unit Min Max Median Mean σ
Filter 100k rows ms 684 1,472.3 684 950.22 318.716
Sort 100k rows ms 791.3 1,571.8 1,192.1 1,152.9 250.239
Select 100k rows ms 245.7 422.1 352.5 351.6 62.097
Deselect 100k rows ms 168.2 493.2 253.5 279.2 112.944

Generated by 🚫 dangerJS against 767e121

@m4theushw m4theushw marked this pull request as ready for review April 25, 2023 17:05
@@ -88,14 +89,20 @@ function GridBody(props: GridBodyProps) {
}

const observer = new ResizeObserver(() => {
apiRef.current.computeSizeAndPublishResizeEvent();
animationFrame.current = window.requestAnimationFrame(() => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Would a local variable instead of the ref work here?

@cherniavskii cherniavskii added the dx Related to developers' experience label Apr 26, 2023
@m4theushw m4theushw merged commit 425856f into mui:master Apr 26, 2023
@m4theushw m4theushw deleted the resize-observer-loop-error branch April 26, 2023 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: data grid This is the name of the generic UI component, not the React module! dx Related to developers' experience
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ResizeObserver loop error in react error overlay in dev mode
3 participants