{/* Listboxes may not own static-text children, so the visible heading is presentational;
the group is named via its aria-label (mirrors react-aria's useListBoxSection). */}
{config.getOptionLabel(option)}
{children.map(child => renderCoreComboboxOption(child, config))}
);
}
return renderCoreComboboxOption(option, config);
}
function renderCoreComboboxOption