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

WIP [DataGrid] Extract Material UI slots #7095

Draft
wants to merge 11 commits into
base: v6.x
Choose a base branch
from

Conversation

cherniavskii
Copy link
Member

Part of #6811

@cherniavskii cherniavskii added the component: data grid This is the name of the generic UI component, not the React module! label Dec 5, 2022
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Dec 5, 2022
@github-actions
Copy link

github-actions bot commented Dec 5, 2022

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@@ -1,7 +1,7 @@
import * as React from 'react';
import PropTypes from 'prop-types';
import clsx from 'clsx';
import { styled, SxProps, Theme } from '@mui/material/styles';
import { styled, SxProps, Theme } from '@mui/system';
Copy link
Member

Choose a reason for hiding this comment

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

We discussed it recently with @LukasTy
From what I saw, the styled from @mui/material have a slightly different behavior (with a different default them for instance).

Did we check with the core that this would not cause a problem ?
For components with no usage of theme I guess it's fine.

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! PR: out-of-date The pull request has merge conflicts and can't be merged v6.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants