Wordpress - Shortcodes and Blocks
What is wrong with this block registration snippet?
registerBlockType('myplugin/block', { title: 'Block', edit: () => 'Edit', save: () => 'Save' });