-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[Menu][base] Drop component prop #37033
Conversation
Netlify deploy previewBundle size report |
a39ccbc
to
c2f2fc2
Compare
3106bcf
to
a49b501
Compare
packages/mui-base/src/Menu/Menu.tsx
Outdated
@@ -152,7 +146,7 @@ Menu.propTypes /* remove-proptypes */ = { | |||
* The props used for each slot inside the Menu. | |||
* @default {} | |||
*/ | |||
slotProps: PropTypes.shape({ | |||
slotProps: PropTypes /* @typescript-to-proptypes-ignore */.shape({ |
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.
What is this needed for?
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.
We don't need it my bad
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.
removed
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.
merging
No description provided.