CreateTemplatePartModalContents: Refactor to not use RadioGroup
#66569
Labels
[Package] Editor
/packages/editor
[Status] In Progress
Tracking issues with work in progress
[Type] Code Quality
Issues or PRs that relate to code quality
What problem does this address?
The
RadioGroup
component is deprecated (#45389), and this is the only instance of usage in the Gutenberg app. It's also heavily modified visually. It doesn't make sense to keep this around. Refactoring this usage away from RadioGroup will allow us to potentially soft or hard deprecate (#61099) RadioGroup.What is your proposed solution?
Use standard HTML instead of the RadioGroup component.
The text was updated successfully, but these errors were encountered: