@cfxlabsinc/b2b-services
    Preparing search index...

    What a caller's extraItem returns. id must be distinct from every row id so cmdk never dedupes the affordance against a real option.

    type ComboboxExtraItem = {
        id: string;
        label: string;
        node: ReactNode;
        onSelect: () => void;
    }
    Index
    id: string
    label: string
    node: ReactNode
    onSelect: () => void