This repository was archived by the owner on Jun 28, 2021. It is now read-only.
This repository was archived by the owner on Jun 28, 2021. It is now read-only.
The prop target
is marked as required in Menu
#482
Open
Description
Warning: Failed prop type: The prop `target` is marked as required in `Menu`, but its value is `undefined`.
in Menu (created by Home)
in Home
<IconButton name="more_vert" id="demo-menu-lower-right" />
<Menu target="demo-menu-lower-right" align="right">
<MenuItem>Some Action</MenuItem>
<MenuItem>Another Action</MenuItem>
<MenuItem disabled>Disabled Action</MenuItem>
<MenuItem>Yet Another Action</MenuItem>
</Menu>
Metadata
Metadata
Assignees
Labels
No labels