[x] wp.compose.withState is deprecated since version 5.8. Please use wp.element.useState instead.
[x] select( 'core/edit-site' ).__experimentalGetPreviewDeviceType is deprecated since version 6.5 and will be removed in version 6.7. Please use select( 'core/editor' ).getDeviceType instead.
[ ] select( 'core/edit-post' ).isEditingTemplate is deprecated since version 6.5. Please use select( 'core/editor' ).getRenderingMode instead.
[x] wp.blockEditor.useSetting is deprecated since version 6.5. Please use wp.blockEditor.useSettings instead.
[x] wp.editPost.PluginSidebar is deprecated since version 6.6. Please use wp.editor.PluginSidebar instead.
[x] wp.editPost.PluginSidebarMoreMenuItem is deprecated since version 6.6. Please use wp.editor.PluginSidebarMoreMenuItem instead.
[x] Using custom components as toolbar controls is deprecated since version 5.6. Please use ToolbarItem, ToolbarButton or ToolbarDropdownMenu components instead. See: https://developer.wordpress.org/block-editor/components/toolbar-button/#inside-blockcontrols
[x] wp.blockEditor.RichText onSplit prop is deprecated since version 6.4. Please use block.json support key: "splitting" instead.
The deprecated select( 'core/edit-post' ).isEditingTemplate will not be converted to select( 'core/editor' ).getRenderingMode yet since the newer implementation has some inconsistencies.
wp.compose.withState is deprecated since version 5.8. Please use wp.element.useState instead.
select( 'core/edit-site' ).__experimentalGetPreviewDeviceType is deprecated since version 6.5 and will be removed in version 6.7. Please use select( 'core/editor' ).getDeviceType instead.
select( 'core/edit-post' ).isEditingTemplate is deprecated since version 6.5. Please use select( 'core/editor' ).getRenderingMode instead.
wp.blockEditor.useSetting is deprecated since version 6.5. Please use wp.blockEditor.useSettings instead.
wp.editPost.PluginSidebar is deprecated since version 6.6. Please use wp.editor.PluginSidebar instead.
wp.editPost.PluginSidebarMoreMenuItem is deprecated since version 6.6. Please use wp.editor.PluginSidebarMoreMenuItem instead.
Using custom components as toolbar controls is deprecated since version 5.6. Please use ToolbarItem, ToolbarButton or ToolbarDropdownMenu components instead. See: https://developer.wordpress.org/block-editor/components/toolbar-button/#inside-blockcontrols
wp.blockEditor.RichText onSplit prop is deprecated since version 6.4. Please use block.json support key: "splitting" instead.