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 8ad091a commit 8943d17Copy full SHA for 8943d17
src/TreeView/TreeView.stories.tsx
@@ -678,6 +678,7 @@ export const NestedScrollContainer: Story = () => {
678
Directory {i}
679
<TreeView.SubTree>
680
{Array.from({length: 10}).map((_, j) => (
681
+ // eslint-disable-next-line no-console
682
<TreeView.Item key={j} onSelect={() => console.log(`Directory ${i}/File ${j}`)}>
683
<TreeView.LeadingVisual>
684
<FileIcon />
0 commit comments