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

[material-ui][Popover] migrate useSlotProps to useSlot #42369

Merged
merged 8 commits into from
May 30, 2024

Conversation

sai6855
Copy link
Contributor

@sai6855 sai6855 commented May 24, 2024

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

@sai6855 sai6855 added bug 🐛 Something doesn't work component: Popover The React component. package: material-ui Specific to @mui/material labels May 24, 2024
@mui-bot
Copy link

mui-bot commented May 24, 2024

Netlify deploy preview

https://deploy-preview-42369--material-ui.netlify.app/

Bundle size report

Details of bundle changes (Toolpad)
Details of bundle changes

Generated by 🚫 dangerJS against 65c3845

@@ -74,7 +74,6 @@ describe('<Popover />', () => {
'themeStyleOverrides', // portal, can't determine the root
'themeVariants',
'reactTestRenderer', // react-transition-group issue
'slotPropsCallback', // not supported yet
Copy link
Contributor Author

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

Copy link
Member

@DiegoAndai DiegoAndai left a comment

Choose a reason for hiding this comment

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

Thanks @sai6855!

@DiegoAndai DiegoAndai merged commit fc68b8e into mui:next May 30, 2024
22 checks passed
joserodolfofreitas pushed a commit to joserodolfofreitas/material-ui that referenced this pull request Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work component: Popover The React component. package: material-ui Specific to @mui/material
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Popover] function for slotProps.paper isn't working
3 participants