Editor: Stop exposing internal components starting with underscore #8421
Labels
[Package] Editor
/packages/editor
[Type] Code Quality
Issues or PRs that relate to code quality
[Type] Task
Issues or PRs that have been broken down into an individual action to take
We iniitally exposed
wp.editor._BlockSettingsMenuFirstItem
in #7199:https://github.com/WordPress/gutenberg/blob/master/packages/editor/src/components/index.js#L87
#7895 is going to introduce another component which follows the same approach.
We should refactor code to stop exposing components that are not meant for public consumption.
The text was updated successfully, but these errors were encountered: