Does not work with Vaadin 15:
Caused by: java.lang.IllegalStateException: Couldn’t find the definition of the element with tag ‘clipboard-helper’ in any template file declared using ‘@JsModule’ annotations. Check the availability of the template files in your WAR file or provide alternative implementation of the method getTemplateContent() which should return an element representing the content of the template file
at com.vaadin.flow.component.polymertemplate.NpmTemplateParser.getTemplateContent(NpmTemplateParser.java:140)
at com.vaadin.flow.component.polymertemplate.TemplateDataAnalyzer.parseTemplate(TemplateDataAnalyzer.java:200)
at com.vaadin.flow.component.polymertemplate.TemplateInitializer.lambda$null$23ee5b4f$1(TemplateInitializer.java:86)
at com.vaadin.flow.internal.ReflectionCache.lambda$wrapValueProvider$d0062d93$1(ReflectionCache.java:91)
at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1660)
at com.vaadin.flow.internal.ReflectionCache.get(ReflectionCache.java:108)
at com.vaadin.flow.component.polymertemplate.TemplateInitializer.(TemplateInitializer.java:87)
at com.vaadin.flow.component.polymertemplate.PolymerTemplate.(PolymerTemplate.java:88)
at com.vaadin.flow.component.polymertemplate.PolymerTemplate.(PolymerTemplate.java:103)
at org.vaadin.olli.ClipboardHelper.(ClipboardHelper.java:29)
Yes, this component would probably need to be updated to work in Vaadin 15.
Any chance this update is happening soon? I would love to be able to use this Addon for Vaadin 15!
Probably not going to happen soon. I can review pull requests and publish a new version if needed, though.