Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.3.2 not compatible with vaadin 14.9.x #22

Open
GrandyB opened this issue Dec 20, 2022 · 0 comments · Fixed by #23
Open

v2.3.2 not compatible with vaadin 14.9.x #22

GrandyB opened this issue Dec 20, 2022 · 0 comments · Fixed by #23

Comments

@GrandyB
Copy link

GrandyB commented Dec 20, 2022

We recently updated to 14.9.2, and seeing the following error when an autocomplete is being instantiated.

2022-12-20T09:20:24.465Z java.lang.IllegalStateException: Couldn't find the definition of the element with tag 'vcf-autocomplete' 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:151)
	at com.vaadin.flow.component.polymertemplate.TemplateDataAnalyzer.parseTemplate(TemplateDataAnalyzer.java:223)
	at com.vaadin.flow.component.polymertemplate.TemplateInitializer.<init>(TemplateInitializer.java:96)
	at com.vaadin.flow.component.polymertemplate.PolymerTemplate.<init>(PolymerTemplate.java:91)
	at com.vaadin.flow.component.polymertemplate.PolymerTemplate.<init>(PolymerTemplate.java:106)
	at com.vaadin.componentfactory.Autocomplete.<init>(Autocomplete.java:66)
	at com.vaadin.componentfactory.Autocomplete.<init>(Autocomplete.java:77)

It's not a rebuild issue as far as we can see; happens through our jenkins deployments as well.

Markus from Vaadin attempted to add it to his 14.9.3 project and had the same error, suggesting that autocomplete might be currently broken/incompatible with 14.9.x.

@GrandyB GrandyB changed the title v 2.3.2 not compatible with vaadin 14.9.x v2.3.2 not compatible with vaadin 14.9.x Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant