-
- {/* Render virtual content first to ensure React refs for content will be assigned on the actual nodes. */}
- {content(true)}
-
- {content(false)}
-
- {menuTriggerVisible && overflowMenuOpen && (
-
-
- (!responsiveState.hideUtilities || responsiveState.hideUtilities.indexOf(i) !== -1) &&
- !utility.disableUtilityCollapse
- )}
- onClose={toggleOverflowMenu}
- />
-
- )}
-
+ {wrapWithVisualContext(structuredContent, visualContext)}
);
}