-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[DataGrid] Fix AggregationTreeData demo crashing
#20103
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: v6.x
Are you sure you want to change the base?
Conversation
|
Deploy preview: https://deploy-preview-20103--material-ui-x.netlify.app/ |
|
|
||
| return new Date(params.value); | ||
| }, | ||
| valueFormatter: (params) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why the deployment is failing, but we can test the fix by adding this diff in https://v6.mui.com/x/react-data-grid/aggregation/#usage-with-tree-data
.
The demo no longer crashes after applying this change.
CC @Janpot do you have any insight on why deployment is failing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not 100% sure. I retried without cache in https://app.netlify.com/projects/material-ui-x/deploys/68ff5479d2d2ded80bddfb03. Seems to work
AggregationTreeData demo crashing
closes #20074
working preview: https://deploy-preview-20103--material-ui-x.netlify.app/x/react-data-grid/aggregation/#usage-with-tree-data