mui / mui-x

MUI X: Build complex and data-rich applications using a growing list of advanced React components, like the Data Grid, Date and Time Pickers, Charts, and more!
https://mui.com/x/
3.91k stars 1.19k forks source link

[data grid] Error on console on Data Grid - Row updates #11905

Open jasmyneokudo opened 5 months ago

jasmyneokudo commented 5 months ago

Steps to reproduce

Link to live example: (required) https://next.mui.com/x/react-data-grid/row-updates/ Steps:

  1. open the link above and check the console

Current behavior

you see this error on the console TypeError: Cannot read properties of undefined (reading 'id')

Expected behavior

should not have any error in console

Context

bug

Your environment

npx @mui/envinfo ``` Chrome browser System: OS: macOS 14.3 Binaries: Node: 20.11.0 - /usr/local/bin/node npm: 10.4.0 - /usr/local/bin/npm pnpm: 8.15.1 - /usr/local/bin/pnpm Browsers: Chrome: 121.0.6167.139 Edge: Not Found Safari: 17.3 npmPackages: @emotion/react: ^11.11.3 => 11.11.3 @emotion/styled: ^11.11.0 => 11.11.0 @mui/base: 5.0.0-beta.33 @mui/core-downloads-tracker: 5.15.6 @mui/icons-material: ^5.15.6 => 5.15.6 @mui/joy: 5.0.0-beta.24 @mui/lab: 5.0.0-alpha.162 @mui/material: ^5.15.6 => 5.15.6 @mui/monorepo: https://github.com/mui/material-ui.git#master => 5.15.6 @mui/private-theming: 5.15.6 @mui/styled-engine: 5.15.6 @mui/styles: 5.15.6 @mui/system: 5.15.6 @mui/types: 7.2.13 @mui/utils: ^5.15.6 => 5.15.6 @mui/x-charts: 7.0.0-beta.0 @mui/x-codemod: 7.0.0-beta.0 @mui/x-data-grid: 7.0.0-beta.0 @mui/x-data-grid-generator: 7.0.0-beta.0 @mui/x-data-grid-premium: 7.0.0-beta.0 @mui/x-data-grid-pro: 7.0.0-beta.0 @mui/x-date-pickers: 7.0.0-beta.0 @mui/x-date-pickers-pro: 7.0.0-beta.0 @mui/x-license-pro: 7.0.0-beta.0 @mui/x-tree-view: 7.0.0-beta.0 @types/react: ^18.2.48 => 18.2.48 react: ^18.2.0 => 18.2.0 react-dom: ^18.2.0 => 18.2.0 styled-components: 6.1.8 typescript: ^5.3.3 => 5.3.3 ```

Search keywords: row updates

michelengelen commented 5 months ago

duplicate of #11865