Hey,
The dropdown menu is working great but I'm struggling to change the menu item to a anchor.
I've changed the element like in the example:
<MenuItem
componentClass={Link}
href="/reports"
>
Button Label
</MenuItem>
and the result is:

The href attribute is not applied to the parent element.
How can I achieve this?
Thanks for help
Hey,
The dropdown menu is working great but I'm struggling to change the menu item to a anchor.
I've changed the element like in the example:
and the result is:
The href attribute is not applied to the parent element.
How can I achieve this?
Thanks for help