Handle label fallback for dropdownMenu#70951
Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
|
@im3dabasia Thanks for the PR! Can you update this PR according to this comment? |
| dropdownMenuProps?: React.ComponentProps< typeof DropdownMenu >; | ||
| dropdownMenuProps?: Omit< | ||
| React.ComponentProps< typeof DropdownMenu >, | ||
| 'label' | ||
| >; |
There was a problem hiding this comment.
I think this format is correct, but I don't know how to describe it in the README 😅
cc @WordPress/gutenberg-components
Additionally, I think we need to update here as well:
There was a problem hiding this comment.
I don't know how to describe it in the README 😅
Mm, I'm fine with this for now, it's not crucial information. And we won't have to think about this once these are converted to an autogenerated readme!
mirka
left a comment
There was a problem hiding this comment.
I guess this is good to go? Sorry for the delay!
Closes: #70949
What?
Omitted label prop from the
dropdownMenuPropsused insideToolsPanelHeaderProps