-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[question] All of my tests broke when trying to upgrade @mui/x-data-grid-pro from 6.1.0 to 6.3.1 #8893
Comments
Please see #8697 (comment) |
@m4theushw That didn't work for me. |
I think we have the same problem, we updated package from v5 to v6@6.3.1 and with the help of jest-preview I can see that everything renders as before but table is empty, no rows, no columns. Only |
Same here |
Fixed by #8968 |
@m4theushw Sorry, not sure how the PRs work for MUI. Is this now in version 6.3.1 or we'll have to wait for another version? Also, will we still need the ResizeObserverMock? |
@DavidArmendariz It has been released in version 6.4.0, you can upgrade to this version to have the fix available |
ResizeObserver mock should not be necessary starting from 6.4.0 🙂 |
Order ID or Support key 💳 (optional)
46207
Duplicates
Latest version
The problem in depth 🔍
We have configured dependabot to automatically fire updates to packages. We can't update
@mui/x-data-grid-pro
because some tests are failing and we don't know why. The tests work fine with the 6.1.0 version. After debugging the tests, we have found that not even the column headers are rendering.An example of our test:
We have increased the timeout of the tests and what not to see if it was that, but it never shows the column headers. By using
screen.debug
, I see that the output with version 6.3.1 is:While with version 6.3.0 we have the columns:
Your environment 🌎
`npx @mui/envinfo`
The text was updated successfully, but these errors were encountered: