-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
[material-ui][CardActionArea] Add slots and slotProps #45866
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
Conversation
Netlify deploy previewhttps://deploy-preview-45866--material-ui.netlify.app/ CardActionArea: parsed: +2.31% , gzip: +2.05% Bundle size reportDetails of bundle changes (Toolpad) |
} | ||
>; | ||
|
||
export interface CardActionAreaOwnerState extends CardActionAreaProps {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
export interface CardActionAreaOwnerState extends CardActionAreaProps {} | |
export interface CardActionAreaOwnerState extends Omit<CardActionAreaProps, 'slots' | 'slotProps'> {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To prevent cyclic types
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed here 711a683
Co-authored-by: Siriwat K <[email protected]> Signed-off-by: sai chand <[email protected]>
Cherry-pick PRs will be created targeting branches: v6.x |
Signed-off-by: sai chand <[email protected]> Co-authored-by: Siriwat K <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.