Open
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!