-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[DataGrid] avoid crash on undefined rowTree entry in tree level position selector #18647
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
base: master
Are you sure you want to change the base?
Conversation
…position selector
Deploy preview: https://deploy-preview-18647--material-ui-x.netlify.app/ Bundle size reportTotal Size Change: 🔺+36B(0.00%) - Total Gzip Change: 🔺+21B(0.00%) Show details for 100 more bundles (22 more not shown)@mui/x-data-grid parsed: 🔺+6B(0.00%) gzip: 🔺+5B(0.00%) |
Hi @maintainers, |
Fixes #18645
Steps to reproduce:
visit - https://mui.com/x/react-data-grid/server-side-data/row-grouping/
You will get this : "TypeError: Cannot read properties of undefined (reading 'depth')"
Expected behaviour: no error
MUI.bug.fix.-.Made.with.Clipchamp.mp4