We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca63469 commit 743ba59Copy full SHA for 743ba59
test/visual/treeGrid.test.tsx
@@ -70,7 +70,7 @@ test('tree grid', async () => {
70
bottomSummaryRows={bottomSummaryRows}
71
groupBy={['country', 'year']}
72
rowGrouper={rowGrouper}
73
- expandedGroupIds={new Set(['USA', 'USA__2000'])}
+ expandedGroupIds={new Set(['USA', 'USA__2020'])}
74
onExpandedGroupIdsChange={() => {}}
75
/>
76
);
0 commit comments