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

Quarkus dev mode issue #506

Open sebastianpenttinen opened 10 months ago

sebastianpenttinen commented 10 months ago

Running the app in dev mode (quarkus:dev) with super-fields version 0.19.0 (or version 0.18.3), Vaadin version 24.3.0 and Quarkus 3.3.0 leads to Javascript errors and the super-fields are not rendered. When running the app in prod mode everything works as expected.

I created a small app to reproduce the issue: https://github.com/sebastianpenttinen/super-fields-error-reproducer