Conversation
| <Heading as="h2" level={ 3 } weight={ 500 } truncate> | ||
| <Heading | ||
| level={ headingLevel } | ||
| weight={ 500 } | ||
| truncate | ||
| size="20" | ||
| > |
There was a problem hiding this comment.
This is the point where the automatic cherry-pick failed, and it's the only place where I had to manually resolve the conflict.
There was a problem hiding this comment.
This adds more props than #76456
Is that intentional?
I also checked trunk
https://github.com/WordPress/gutenberg/blob/trunk/packages/admin-ui/src/page/header.tsx#L44
|
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. |
ee9ad3e to
9fadfc8
Compare
|
Size Change: +63 B (0%) Total Size: 8.7 MB
ℹ️ View Unchanged
|
|
Flaky tests detected in 9fadfc8. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/23196437168
|
|
Thanks for sorting this backport out manually @t-hamano, much appreciated! |
ramonjd
left a comment
There was a problem hiding this comment.
I checked against changes in #76456, and did a quick smoke test. The attributes/role are there, and headings LGTM
The extra props on the <HeadingTag /> in packages/admin-ui/src/page/header.tsx look okay, I guess they need to be added to trunk? Maybe I missed something there.
What?
Manually backport #76456 to
wp/7.0Testing Instructions
See #76456