[data grid] Can't perform a React state update on a component that hasn't mounted yet. #17077
Labels
bug 🐛
Something doesn't work
component: data grid
This is the name of the generic UI component, not the React module!
Steps to reproduce
Open this link to live example:
https://stackblitz.com/edit/github-wpmjdujl?file=src%2Fcomponents%2FProTip.tsx
Current behavior
In next.js 15 + react 19 +
"@mui/x-data-grid": "^7.28.1"
Can't perform a React state update on a component that hasn't mounted yet. This indicates that you have a side-effect in your render function that asynchronously later calls tries to update the component. Move this work to useEffect instead.
Expected behavior
No error warning displayed
Context
No response
Your environment
No response
Search keywords: Can't perform a React state update on a component that hasn't mounted yet
The text was updated successfully, but these errors were encountered: