We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f855027 commit b7b1177Copy full SHA for b7b1177
1 file changed
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', 2000])}
+ expandedGroupIds={new Set(['USA', 'USA__2000'])}
74
onExpandedGroupIdsChange={() => {}}
75
/>
76
);
0 commit comments