Closed mshabarov closed 1 year ago
Custom theme styles are not applied to embedded components in Express Build mode (Vaadin 24.0).
Embedded components are styled properly as any non-embedded application.
test-embedding-application-theme
build-frontend
com.vaadin:vaadin-dev-server
mvn jetty:run
localhost:8888/index.html
Vaadin / Flow version: 24.0.0.beta1 / 24.0.0.beta1 Java version: 17
This ticket/PR has been released with Vaadin 24.0.0.beta2 and is also targeting the upcoming stable 24.0.0 version.
Description of the bug
Custom theme styles are not applied to embedded components in Express Build mode (Vaadin 24.0).
Expected behavior
Embedded components are styled properly as any non-embedded application.
Minimal reproducible example
test-embedding-application-theme
test modulebuild-frontend
goal from pom.xml of this modulecom.vaadin:vaadin-dev-server
dependencymvn jetty:run
localhost:8888/index.html
and see that the components are not styled.Versions
Vaadin / Flow version: 24.0.0.beta1 / 24.0.0.beta1 Java version: 17