bumbag-ui icon indicating copy to clipboard operation
bumbag-ui copied to clipboard

I cant use DropdownMenu in TopNavItem

Open luvvvdev opened this issue 3 years ago • 0 comments

My code: <TopNavSection> <TopNavItem use={DropdownMenu} menu={ <Fragment> <DropdownMenu.Item> Hello </DropdownMenu.Item> </Fragment> }> </TopNavItem> </TopNavSection>

Error: Error: React.cloneElement(...): The argument must be a React element, but you passed undefined.

luvvvdev avatar Dec 29 '20 15:12 luvvvdev