{showPremiumUpsell && }
{virtualRows.map((row, index) => {
const emojiRowIndex = virtualRows.slice(0, index).filter((r) => r.type === 'emoji-row').length;
return (
{
if (el && 'category' in row) {
categoryRefs.current.set(row.category, el);
}
}
: undefined
}
>
);
})}