You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and my editor suggested a simplification of this part to:
// Check if form selector has inner blocks.consthasInnerBlocksCheck=useSelect((select)=>{const{ innerBlocks }=select('core/block-editor').getBlock(clientId);returninnerBlocks.length;});
The text was updated successfully, but these errors were encountered:
Was checking out how to see if I have inner blocks, so I stumbled upon the code here
eightshift-forms/src/Blocks/custom/form-selector/components/form-selector-editor.js
Lines 26 to 35 in 46c5cf8
and my editor suggested a simplification of this part to:
The text was updated successfully, but these errors were encountered: