Hey!
Is there any way to render the InlineBlocks without the div wrapper?
Basically, my issue is that I am using a component library, and I need the blocks to be a direct child of the parent, for the styles/functionality to work.
eg.
<Accordion>
<InlineBlocks name="accordion" blocks={ACCORDION_BLOCKS} />
</Accordion>
I know I could use a list instead, which may have to be the solution, but would prefer to use the inlineblocks if possible.
Any help appreciated