Custom WP Block using Inner Blocks crashes editor, doesn’t save content
I’ve finally gotten around to building a custom Gutenberg/WP Block for a project and it’s basically kicking my ass. Working with React, Node, WebPack, Gulp is all new enough to me so there’s a learning curve I have to deal with but the incomplete and inaccurate documentation from WP is making things substantially worse. (Their documentation still says to use wp.editor but reading through tickets in GitHub I learned that was deprecated and should instead be wp.blockEditor, as an example.)