Does this component in Vaadin Flow 19.0.4?
In my case, doesnt start the application… always is trying… with screen in white…
I am using Spring Segurity and the configuration is the same in Vaadin tutorial.
I deleted nodes packages and package lock… mnv clean and install … :-(
In node-modules:
@vaadin/vaadin-text-field :
[
{
name: ‘@vaadin/vaadin-text-field’,
version: ‘3.0.2’,
from: ‘@vaadin/vaadin-text-field@3.0.2’,
path: ‘no-name/@vaadin/vaadin-combo-box’
},
{
name: ‘@vaadin/vaadin-text-field’,
version: ‘2.8.4’,
from: ‘@vaadin/vaadin-text-field@^2.4.8’,
path: ‘no-name/multiselect-combo-box/@vaadin/vaadin-combo-box’
}
]
And javacript console:
Uncaught (in promise) DOMException: Failed to execute ‘define’ on ‘CustomElementRegistry’: the name “vaadin-text-field” has already been used with this registry
at eval (webpack-internal:///…/node_modules/multiselect-combo-box/node_modules/@vaadin/vaadin-text-field/src/vaadin-text-field.js:159:16)
at Module…/node_modules/multiselect-combo-box/node_modules/@vaadin/vaadin-text-field/src/vaadin-text-field.js (http://localhost:8080/VAADIN/build/vaadin-0-ba2e9436434f77b21e4e.cache.js:6353:1)
at webpack_require (http://localhost:8080/VAADIN/build/vaadin-bundle-9511f184cfbdbdb4a949.cache.js:64:30)
at eval (webpack-internal:///…/node_modules/multiselect-combo-box/node_modules/@vaadin/vaadin-text-field/theme/lumo/vaadin-text-field.js:3:83)
at Module…/node_modules/multiselect-combo-box/node_modules/@vaadin/vaadin-text-field/theme/lumo/vaadin-text-field.js (http://localhost:8080/VAADIN/build/vaadin-0-ba2e9436434f77b21e4e.cache.js:6377:1)
at webpack_require (http://localhost:8080/VAADIN/build/vaadin-bundle-9511f184cfbdbdb4a949.cache.js:64:30)
at eval (webpack-internal:///…/node_modules/multiselect-combo-box/theme/lumo/multiselect-combo-box.js:2:115)
at Module…/node_modules/multiselect-combo-box/theme/lumo/multiselect-combo-box.js (http://localhost:8080/VAADIN/build/vaadin-0-ba2e9436434f77b21e4e.cache.js:6461:1)
at webpack_require (http://localhost:8080/VAADIN/build/vaadin-bundle-9511f184cfbdbdb4a949.cache.js:64:30)
at eval (webpack-internal:///…/target/frontend/generated-flow-imports.js:92:116)
Thanks!!!