Hi Marten,
Is there a way to run it on Vaadin 14?
For the moment I receive this message:
Caused by: java.lang.IllegalStateException: Couldn’t find the definition of the element with tag ‘vaadin-croppie’ 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) ~[flow-server-2.1.9.jar:2.1.9]
at com.vaadin.flow.component.polymertemplate.TemplateDataAnalyzer.parseTemplate(TemplateDataAnalyzer.java:200) ~[flow-server-2.1.9.jar:2.1.9]
at com.vaadin.flow.component.polymertemplate.TemplateInitializer.<init>(TemplateInitializer.java:91) ~[flow-server-2.1.9.jar:2.1.9]
at com.vaadin.flow.component.polymertemplate.PolymerTemplate.<init>(PolymerTemplate.java:88) ~[flow-server-2.1.9.jar:2.1.9]
at com.vaadin.flow.component.polymertemplate.PolymerTemplate.<init>(PolymerTemplate.java:103) ~[flow-server-2.1.9.jar:2.1.9]
at io.rocketbase.vaadin.croppie.Croppie.<init>(Croppie.java:44) ~[vaadin-croppie-1.0.1.jar:1.0.1]
at com.example.application.views.masterdetail.MasterDetailView.<init>(MasterDetailView.java:84) ~[classes/:na]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[na:1.8.0_201]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[na:1.8.0_201]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[na:1.8.0_201]
at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[na:1.8.0_201]