-
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Tried a simple example as as described in README section "Populating Menu".
Got above warning.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clickable item without sub-menus.
Additional context
Everything works fine with the addition of an array menu prop.
items: [ { name: "Login", menu: [{name: "login"}], }, ]
A warning is also produced with the README documentation example:
{ name: "Edit", menu: { name: "edit-items", disable: true }, },
Thanks!
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

