We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c495d38 commit dd9b9ecCopy full SHA for dd9b9ec
1 file changed
examples/src/pages/tests/lists/row-list-with-external-scrolling.page.tsx
@@ -3,6 +3,7 @@ import { RowListWithExternalScrolling } from '@src/components/VirtualList/RowLis
3
import { RenderRow } from '@src/components/VirtualList/types';
4
5
const COUNT = 100;
6
+
7
const brain = new VirtualBrain({
8
count: COUNT,
9
itemSize: 50,
0 commit comments