Closed rolfsmeds closed 1 year ago
No theme attribute is applied to the page root when a theme variant is applied with the @Theme annotation's variant parameter.
theme
@Theme
variant
The variant starts working again with vaadin.frontend.hotdeploy=true
vaadin.frontend.hotdeploy=true
theme attrib should be applied to page root element when variant is supplied to @Theme annotation
This ticket/PR has been released with Vaadin 24.1.0.alpha1 and is also targeting the upcoming stable 24.1.0 version.
This ticket/PR has been released with Vaadin 24.0.2.
Description of the bug
No
theme
attribute is applied to the page root when a theme variant is applied with the@Theme
annotation'svariant
parameter.The variant starts working again with
vaadin.frontend.hotdeploy=true
Expected behavior
theme
attrib should be applied to page root element whenvariant
is supplied to@Theme
annotationMinimal reproducible example
Versions