vaadin-miki / super-fields

Some extra Vaadin 14 / 24 components that support localisation, plus (hopefully) more.
Apache License 2.0
22 stars 7 forks source link

Replace deprecated JS dependencies #439

Closed vaadin-miki closed 1 year ago

vaadin-miki commented 1 year ago

Starting with Vaadin 23.2 some JS dependencies are deprecated (vaadin-text-field) - replace them with new ones (text-field).

vaadin-miki commented 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

vaadin-miki commented 1 year ago

seems to be already fixed with #449