FlowingCode/AppLayoutAddon

Menu Item does not render correctly on V23

paodb opened this issue · 1 comments

paodb commented

Trying to use MenuItem in a V23 application is not working. I did a simple test with a simple application from the Vaadin starter. Adding something like add(new MenuItem("Item label", SomeView.class)); gets rendered like:

image

MenuItem (AppLayout) version: 4.0.0
Vaadin version: 23.0.8.

paodb commented

After doing mvn vaadin:dance the menu item displays correctly. I'm closing the ticket then.