Get useInnerBlocksProps
hook out of experimental status
#35071
Labels
[Feature] Nested / Inner Blocks
Anything related to the experience of nested/inner blocks inside a larger container, like Group or P
[Package] Block editor
/packages/block-editor
[Type] Experimental
Experimental feature or API.
What problem does this address?
The
useInnerBlocksProps
hook was added in October 2020 via #25633 as an experimental hook. Since its release, a few bugs have appeared (#34120, #30408, #29513, #29482, #29036, #14242) but, in general, no breaking feedback has been received. However, this might be either because the hook version is very stable or because of a lack of wider testing.What is your proposed solution?
We should consider moving the
useInnerBlocksProps
out from experimental as the next step towards wider adoption and as a means to receive more organic feedback from users.Alternate options
If we feel it is not ready to be marked as a stable API I think we would benefit from adding some experimental documentation for plugin authors etc to test this hook and provide feedback.
The text was updated successfully, but these errors were encountered: