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. |
|
Size Change: 0 B Total Size: 7.97 MB 📦 View Changed
ℹ️ View Unchanged
|
|
Flaky tests detected in facd0e2. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/25936402382
|
|
Let's make sure we rebase again before merging to make sure we cover any potential |
Confirmed no new instances in latest trunk 👍 |
What?
Requires
Iconfrom@wordpress/componentsto be imported asWCIcon, and updates the existing imports that use it.Why?
This avoids name clashes with
Iconfrom@wordpress/uias the UI package is introduced alongside the existing components package.How?
Adds
Icon: 'WCIcon'to the@wordpress/use-import-asESLint config, then renames the affected@wordpress/componentsimports and references.Testing Instructions
Eslint should pass.