Tracking: stabilization of @wordpress/components
props
#65581
Labels
[Package] Components
/packages/components
[Type] Code Quality
Issues or PRs that relate to code quality
Related: Components: Remove "Experimental" designation
This issue tracks props that are pending stabilization in stable components. Stabilization, in this context, means the work required to stop using the
__unstable
or__experimental
prefix, which can involve removing the prop altogether (e.g. reworking the associated feature in a way that doesn't require the prop) or simply renaming it without the prefix as a stable prop.The reason why we still have experimental/unstable props in components that are considered stable is that we've decided that it was worth moving forward with stabilization of those components, without considering these props as blockers.
Props
__experimentalIsRenderedInSidebar
, present in:BorderBoxControl
BorderControl
ColorPalette
CustomGradientPicker
GradientPicker
PaletteEdit
__unstablePopoverProps
, present in:BorderBoxControl
BorderControl
The text was updated successfully, but these errors were encountered: