Accordion: Remove invalid isBlock prop from ToggleControl#77776
Conversation
|
Size Change: -3 B (0%) Total Size: 7.82 MB 📦 View Changed
ℹ️ View Unchanged
|
|
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. |
|
Flaky tests detected in a429a05. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/25087726261
|
What?
Removes the invalid
isBlockprop from twoToggleControlinstances in the Accordion block's Edit component.Why?
ToggleControldoes not support theisBlockprop. It has no effect and produces a noisy React warning.Testing Instructions
Screenshots or screencast
N/A
Use of AI Tools
Authored with assistance from Claude Code; reviewed by the contributor.