gatanaso/multiselect-combo-box-flow

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

brunoqaelum opened this issue · 2 comments

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!

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).

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