Describe the bug
Gutenberg standalone editor does not work
Codesandbox: https://codesandbox.io/s/gutenberg-standalone-wvqf5
The code here is copied from @wordpress/block-editor npm package description - https://www.npmjs.com/package/@wordpress/block-editor
To reproduce
+ to add a block.Expected behavior
Blocks list is displayed
** Screenshots
Initial Render

Issue

Editor version (please complete the following information):
List of packages from package.json
"@wordpress/base-styles": "2.0.0",
"@wordpress/block-editor": "4.3.0",
"@wordpress/block-library": "2.22.0",
"@wordpress/components": "10.0.0",
"@wordpress/dom-ready": "2.10.0",
"@wordpress/element": "2.16.0",
"@wordpress/format-library": "1.22.0",
"node-sass": "4.14.1",
Desktop (please complete the following information):
MAC OS.
Chrome latest, Firefox latest
Can be temporarily fixed by adding settings to the editor provider:
<BlockEditorProvider
value={blocks}
onInput={updateBlocks}
onChange={updateBlocks}
settings={{ __experimentalBlockPatterns: [] }}
>
Updated my codesandbox, that fixes the issue.
Thank You @ktmn
Hey @ktmn, Is there a separate issue tracking this? If not, it seems like this issue should be kept open.
This was fixed by #24554