Skip to content

Commit 98d7b08

Browse files
committed
WIP
1 parent 77153a4 commit 98d7b08

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/menu/Menu.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ function Menu<T extends object>(
8484
/>
8585
);
8686

87+
console.dir(item);
88+
8789
if (item.wrapper) {
8890
menuItem = item.wrapper(menuItem);
8991
}

stories/ActionMenu.stories.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ import { Meta, Story } from '@storybook/react';
44
import { withDesign } from 'storybook-addon-designs';
55
import {
66
Provider,
7-
List,
8-
ListItem,
9-
Dropdown,
107
DropdownProps,
118
ActionMenu,
129
Item,

0 commit comments

Comments
 (0)