It appears the that the component fails with Vaadin 22 as it uses PolymerTemplate:
Caused by: java.lang.NoSuchMethodError: ‘org.jsoup.nodes.Element org.jsoup.nodes.Element.traverse(org.jsoup.select.NodeVisitor)’
at com.vaadin.flow.component.polymertemplate.TemplateDataAnalyzer.inspectTwoWayBindings(TemplateDataAnalyzer.java:238)
at com.vaadin.flow.component.polymertemplate.TemplateDataAnalyzer.parseTemplate(TemplateDataAnalyzer.java:227)
at com.vaadin.flow.component.polymertemplate.TemplateInitializer.(TemplateInitializer.java:100)
at com.vaadin.flow.component.polymertemplate.PolymerTemplate.(PolymerTemplate.java:95)
at com.vaadin.flow.component.polymertemplate.PolymerTemplate.(PolymerTemplate.java:110)
at com.vaadin.componentfactory.Breadcrumbs.(Breadcrumbs.java:52)
Did you solve your problem? I'm having the same problem upgrading my version of vaadin to 14.9.2
Nope, I'm not using this component anymore
We are using Vaadin 24 and are not able to use this component. What solution (if one) are you using?