You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the latest version of vaadin and I get an error that I do not understand. The specificity of my project is that I made it migrate from vaadin 7 to 8; so it has the packages "compatibility"
I get the following error message:
java.lang.NoSuchMethodError: com.vaadin.ui.MenuBar.addItem (Ljava / lang / String;) Lcom / vaadin / ui / MenuBar $ MenuItem;
How can I solve this problem?
The text was updated successfully, but these errors were encountered:
I use the latest version of vaadin and I get an error that I do not understand. The specificity of my project is that I made it migrate from vaadin 7 to 8; so it has the packages "compatibility"
I get the following error message:
java.lang.NoSuchMethodError: com.vaadin.ui.MenuBar.addItem (Ljava / lang / String;) Lcom / vaadin / ui / MenuBar $ MenuItem;
How can I solve this problem?
The text was updated successfully, but these errors were encountered: