Wordpress - Shortcodes and Blocks
Identify the error in this block registration code:
;
}
});registerBlockType('myplugin/test', {
edit: () => {
return Test Block;
},
save: () => {
return div>Test Block