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
January 28, 2018 at 7:13 pm
#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?