Hey, these examples are really helpful, thanks for your efforts.
I tried setting up the basic non-jsx example but kept getting a console error Uncaught TypeError: Cannot read properties of undefined (reading 'useBlockProps'), I noticed that the block.asset.php file was missing the wp-block-editor dependency so I added it and the block began working.
Hey, these examples are really helpful, thanks for your efforts.
I tried setting up the basic non-jsx example but kept getting a console error
Uncaught TypeError: Cannot read properties of undefined (reading 'useBlockProps')
, I noticed that the block.asset.php file was missing thewp-block-editor
dependency so I added it and the block began working.Cheers.