Hi again,
during the implementation of the component into our application and using an Interface that extends com.vaadin.flow.component.HasStyle, I noticed that the Method Tree#removeClassName
was not delegated from the TreeGrid
correctly. It should return boolean
. The Java compiler issues the following error: “The return types are incompatible for the inherited methods HasStyle.removeClassName(String), Tree<T>.removeClassName(String)
”.
Can you give me feedback if or when a new version might be released? Thanks a lot!