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 processRowUpdate() error if the row is removed before it is executed #16741

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

arminmeh
Copy link
Contributor

Fixes #13707

@arminmeh arminmeh added bug 🐛 Something doesn't work component: data grid This is the name of the generic UI component, not the React module! feature: Editing Related to the data grid Editing feature labels Feb 26, 2025
@arminmeh arminmeh requested review from Janpot and a team February 26, 2025 10:07
@arminmeh arminmeh added needs cherry-pick The PR should be cherry-picked to master after merge v7.x labels Feb 26, 2025
@mui-bot
Copy link

mui-bot commented Feb 26, 2025

Deploy preview: https://deploy-preview-16741--material-ui-x.netlify.app/

Generated by 🚫 dangerJS against dc4c964

Copy link
Member

@Janpot Janpot left a comment

Choose a reason for hiding this comment

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

Nice, would suggest to add a test, if not too complicated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work component: data grid This is the name of the generic UI component, not the React module! feature: Editing Related to the data grid Editing feature needs cherry-pick The PR should be cherry-picked to master after merge v7.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[data grid] processRowUpdate misbehaves when row is removed right before it fires
3 participants