Closed vaadin-miki closed 1 year ago
ok, this seems to be beyond me - using the import as recommended by the console message, I get Uncaught (in promise) SyntaxError: ambiguous indirect export: TextAreaElement
(or date picker element, or text field element) - any help in fixing this or explanation why this happens greatly appreciated
seems to be already fixed with #449
Starting with Vaadin 23.2 some JS dependencies are deprecated (
vaadin-text-field
) - replace them with new ones (text-field
).