Open
Description
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:
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!
Metadata
Metadata
Assignees
Labels
No labels