Remove unnecessary virtuoso "group item counts" mapping

This commit is contained in:
schroda
2025-03-10 21:58:13 +01:00
parent e9b42db10f
commit c7611e4ae1
4 changed files with 19 additions and 17 deletions
+4
View File
@@ -9,6 +9,10 @@
import { useCallback, useMemo } from 'react';
export class VirtuosoUtil {
static readonly GROUP = 0;
static readonly ITEMS = 1;
/**
* Returns the index converted to the index of the list of group or normal items.
*