If you save a block containing nested blocks as a Reusable Block, then it works just fine as a Reusable Block. But if you try to convert an instance of that Reusable Block to a regular block, then the resulting regular block will not contain any of the nested blocks that the Reusable Block had.
Reusable blocks should preserve nested blocks when an instance is converted to a regular block.
Tested and confirmed using WordPress 4.9.8 and Gutenberg 3.6.2 and noting that in my case the blocks were preserved but the content inside them was not. (39s)
Likely the same root cause as https://github.com/WordPress/gutenberg/issues/5754.
Is anyone working on a fix for this? The issue also occurs when using the Atomic Blocks plugin's AB Container block. I would like to create reusable sections (ex: image with heading, paragraph, and button) that clients could drop onto a page and then edit the content, similar to how the Divi library works. The only workaround for now is to copy the HTML for the nested blocks, paste into an HTML block and then Convert to Blocks - obviously not ideal for users who are afraid of code.
@asadrahbar with 3.9 you will be able to create reusable blocks containing multiple blocks without a section block, hopefully someone will pick this issue up soon since that feature goes from being amazing to pretty useless with this bug present
I'm also experiencing the same issue :/ Learned the hard way.
Likely the same root cause as #5754.
After looking into this some more, I think that this is a seperate bug caused by not passing referencedBlock.innerBlocks here: