BlackbirdDigital / wp-theme-scaffold

Blackbird's WordPress Theme Scaffold
GNU General Public License v2.0
30 stars 1 forks source link

Example Block errors when saved. #69

Closed philhoyt closed 1 year ago

philhoyt commented 1 year ago

If you place the example block and save it, when you return to the editor the page will render all white. Console Log returns 'InnerBlocks is not defined'

Investigating currently.

cr0ybot commented 1 year ago

Oof. I think some stuff got lost in the shuffle with that, particularly trying to accommodate every use case and type of block. Just need to import InnerBlocks from @wordpress/block-editor and it should work.