How can I use a custom block inside another custom block?
I have created a custom block(Block A) that works fine.
Now I am creating another custom block(Block B) and want to embed the Block A inside it.
I tried to use the InnerBlocks like this
<InnerBlocks
defaultBlock={[
"Block A"
]}
directInsert
/>
but it doesn't work.