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

[core] Support for @mui packages #2571

Merged
merged 6 commits into from
Sep 9, 2021
Merged

Conversation

m4theushw
Copy link
Member

Fixes #2527

@@ -89,7 +90,7 @@ function EditProgress(props: GridRenderEditCellParams) {

const handleRef: SliderProps['ref'] = (element) => {
if (element) {
element.querySelector<HTMLElement>('[role="slider"]')!.focus();
element.querySelector<HTMLElement>('[type="range"]')!.focus();
Copy link
Member Author

Choose a reason for hiding this comment

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

Fixes #2556

@m4theushw m4theushw added the core Infrastructure work going on behind the scenes label Sep 9, 2021
const babelConfig = {
presets: ['@babel/preset-typescript'],
plugins: [unwrap],
Copy link
Member Author

Choose a reason for hiding this comment

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

@flaviendelangle
Copy link
Member

image

https://deploy-preview-2571--material-ui-x.netlify.app/storybook/?path=/story/x-grid-tests-pagination--page-2-prop-snap

I can't reproduce the snapshot buggy behavior on your preview

The other snapshot diffs seems logical to me

@m4theushw
Copy link
Member Author

@flaviendelangle About the buggy snapshot. The test environment was still using the old @material-ui/core. There're only 10 differences now, which are because of the new palette.

@m4theushw m4theushw merged commit ee94162 into mui:next Sep 9, 2021
@m4theushw m4theushw deleted the support-mui-packages branch September 9, 2021 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Infrastructure work going on behind the scenes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DataGrid] The DataGrid is not compatible with the new package name of the core repository
2 participants