JavaScript for WordPress Forums Gutenberg Development Fatal error due to the register_block_type Reply To: Moved: fatal error due to the register_block_type

#39944
Zac Gordon
Keymaster

Hey @mikemcalister

My guess is that this is because something like this is missing at the top of your code:


const { registerBlockType } = wp.blocks;

Is that it?