Automattic / isolated-block-editor

Repackages Gutenberg's editor playground as a full-featured multi-instance editor that does not require WordPress.
344 stars 50 forks source link

Remove unused and missing experimental import: `__experimentalBlockSettingsMenuFirstItem` #171

Closed luisherranz closed 2 years ago

luisherranz commented 2 years ago

@orballo and I were testing this with Vite (which, by the way, seems to be working fine), but it returns this error:

No matching export in "node_modules/@wordpress/block-editor/build-module/index.js" for import "__experimentalBlockSettingsMenuFirstItem"

As __experimentalBlockSettingsMenuFirstItem is an experimental API and it's not used in the file where it is imported, I figured it's fine to remove it. I can't find it in Gutenberg anymore: https://github.com/WordPress/gutenberg/search?q=__experimentalBlockSettingsMenuFirstItem