-
-
Notifications
You must be signed in to change notification settings - Fork 32.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
[material-ui][Popover] migrate useSlotProps to useSlot #42369
Conversation
Netlify deploy previewhttps://deploy-preview-42369--material-ui.netlify.app/ Bundle size reportDetails of bundle changes (Toolpad) |
@@ -74,7 +74,6 @@ describe('<Popover />', () => { | |||
'themeStyleOverrides', // portal, can't determine the root | |||
'themeVariants', | |||
'reactTestRenderer', // react-transition-group issue | |||
'slotPropsCallback', // not supported yet |
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.
proof for slotProps callback is working
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.
Thanks @sai6855!
closes: #42310
since there were no deprecated props, i didn't added any guides for codemod , deprecation
Once #42358 is merged, i'm expecting argos to work fine