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] Add checks to verify if row exists #16672

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

livingforjesus
Copy link

@livingforjesus livingforjesus commented Feb 20, 2025

In 2 instances in the last week, I've had the MissingRowId error thrown in normal instances/usecases. These happened in 2 different locations which are updated here. Fixes #16638

@mui-bot
Copy link

mui-bot commented Feb 20, 2025

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

Generated by 🚫 dangerJS against 058e9d8

@oliviertassinari oliviertassinari changed the title [DataGrid] Add checks to verify if row exists. [DataGrid] Add checks to verify if row exists Feb 21, 2025
@zannager zannager added the component: data grid This is the name of the generic UI component, not the React module! label Feb 24, 2025
@romgrk
Copy link
Contributor

romgrk commented Feb 25, 2025

I think we should try to understand better why the issue happens instead of patching symptoms, could you help us reproduce this? We can keep discussing in #16638.

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!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[data grid] Uncaught MissingRowIdError: No row with id <id> found
5 participants