-
-
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
[DataGrid] Broken support of core v4.12.1 #2106
Comments
@NielsRavn thanks for raising this. There seems to be a problem with the way we detect if the user After a quick investigation, the problem seems to be coming out of the So a quick solution would be to go back to You can check how changing the version of the This is the problematic part -> https://github.com/mui-org/material-ui/pull/22837/files#diff-6cbc65d66b330740baa9ae285cbaca3eb3cb0ec24e6de630887ad1830e7f9fa8 |
Hey guys, Upgrading core to 4.12 has also started raising quite a lot of warnings in our test suites. Specifically tons of Is this the same issue? Thanks, |
@ddolcimascolo Yes, same issue. |
Guys, any news on this ? |
Thanks @DanailH for your hints. At first, I struggled understanding why the change you mention https://github.com/mui-org/material-ui/pull/22837/files#diff-6cbc65d66b330740baa9ae285cbaca3eb3cb0ec24e6de630887ad1830e7f9fa8 which is about the switch from But then I had a look at the guard you also mention :
And now it makes sense. |
This comment has been minimized.
This comment has been minimized.
I also take care of it in #2117. |
in data-grid version 4.0.0-alpha.33, i cannot build my typescript project because the data-grid.d.ts:519 references Localization$1['components'] in @material-ui/core/localization, which does not exist.
I have tried with the listed version @material-ui/core@4.9.12 and the latest version @material-ui/core@4.12.1.
The problem is also in version 4.0.0-alpha.32 but not present in 4.0.0-alpha.31 as it does not reference the localization of material ui.
The error message:
Property 'components' does not exist on type 'Localization'.
Maybe it is meant to be only for material-ui@5.0.0? i havent tried with that, as it is not tagged as the latest version yet.
The text was updated successfully, but these errors were encountered: