Menubar Issue in Vaadin 8.8.5 when navigating to view in menubar click even

I have a issue with Vaadin menubar in version 8.8.5.
Basically, When user click on menuitem and i navigates the user to other vaadin view and some how my all menus remove automatically.
I haven’t written any menu remove logic and Previously we have vaadin version 8.3.0 and it was working perfect but i moved to 8.8.5 and the issue is happening.

The menu click handling logic has indeed been changed between these two versions (see: https://github.com/vaadin/framework/pull/11356 ) However I doubt that it would have caused such regression. Have you recompiled the widgetset?

Tatu Lund:
The menu click handling logic has indeed been changed between these two versions (see: https://github.com/vaadin/framework/pull/11356 ) However I doubt that it would have caused such regression. Have you recompiled the widgetset?

Hi Tatu Lund,
Thanks for replaying.
In new version we can not set the the empty style to menu item so that’s the reason the issue was happening.