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

ERROR in ../node_modules/multiselect-combo-box/src/multiselect-combo-box-dropdown.js (Vaadin23.3.3) #107

Open
brunoqaelum opened this issue Jan 18, 2023 · 2 comments

Comments

@brunoqaelum
Copy link

brunoqaelum commented Jan 18, 2023

Hi, we are currently migrating our application to Vaadin 23 (23.3.3) and we are having the following error when trying to use the multiselect combo box flow dependency:

multiselect error

ERROR in ../node_modules/multiselect-combo-box/src/multiselect-combo-box-dropdown.js
[dev-server-output] INFO com.vaadin.base.devserver.DevServerOutputTracker - Module not found: Error: Can't resolve '@vaadin/combo-box/src/vaadin-combo-box-dropdown.js' in 'C....\Documents\foqal-ui\modules\main\node_modules\multiselect-combo-box\src'

We have tried to delete the node_modules and the target folder and also do mvn clean install but nothing seems to work.

This is the pom dependency we are currently using:

<dependency>
  <groupId>org.vaadin.gatanaso</groupId>
  <artifactId>multiselect-combo-box-flow</artifactId>
  <version>4.0.0-rc2</version>
</dependency>

Is this a know error happening in the newest Vaadin versions? Are there any solution for this?

BTW, great component we have been using it in previous versions of Vaadin with no issues!

@badger-labs
Copy link

badger-labs commented Feb 16, 2023

It seems that @vaadin/combo-box/src/vaadin-combo-box-dropdown.js file has been removed (maybe during migration from polymer to lit), so the problem is the reference to non existing file (it is referred in multiselect-combo-box/src/multiselect-combo-box-dropdown.js).

@alessandropepi2014
Copy link

Same problem in 23.3.13. How is it possible to fix this issue? Or patch it?

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

No branches or pull requests

3 participants