Get a Ref to BlockListBlock in the block editor – WordPress
In gutenberg editor I need to get a ref to the BlockListBlock element but it doesn't seem to work. Is there a way to achieve this ? const withCustomAttribute = createHigherOrderComponent( (BlockListBlock) => { return (props) => { const blockRef…