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

[DataGrid] Remove GridOverlays export #15573

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

k-rajat19
Copy link
Contributor

@k-rajat19 k-rajat19 commented Nov 23, 2024

@mui-bot
Copy link

mui-bot commented Nov 23, 2024

Deploy preview: https://deploy-preview-15573--material-ui-x.netlify.app/

Generated by 🚫 dangerJS against b807ef2

type GridLoadingOverlayVariant = 'circular-progress' | 'linear-progress' | 'skeleton';

type GridOverlayType =
| keyof Pick<GridSlotsComponent, 'noRowsOverlay' | 'noResultsOverlay' | 'loadingOverlay'>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

duplication of types here, to get rid of Dependency cycle error.

@k-rajat19 k-rajat19 marked this pull request as ready for review November 23, 2024 17:48
@KenanYusuf KenanYusuf added breaking change component: data grid This is the name of the generic UI component, not the React module! v8.x labels Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change component: data grid This is the name of the generic UI component, not the React module! v8.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[data grid] Remove GridOverlays export
3 participants