NavMenu
For some reason, rendering multiple menues at the same time with the same data source introduces some duplicate text.
This error does not occur when only one menu is present. Which is most likely the real life scenario.
You may use the PageHelper in combination with the HUIPageSettingsAttribute set on routable components. Otherwise, pass your own list of menu items.
Show code
Ask Albot