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 77153a4 commit 98d7b08Copy full SHA for 98d7b08
src/menu/Menu.tsx
@@ -84,6 +84,8 @@ function Menu<T extends object>(
84
/>
85
);
86
87
+ console.dir(item);
88
+
89
if (item.wrapper) {
90
menuItem = item.wrapper(menuItem);
91
}
stories/ActionMenu.stories.tsx
@@ -4,9 +4,6 @@ import { Meta, Story } from '@storybook/react';
4
import { withDesign } from 'storybook-addon-designs';
5
import {
6
Provider,
7
- List,
8
- ListItem,
9
- Dropdown,
10
DropdownProps,
11
ActionMenu,
12
Item,
0 commit comments