You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: ensure to add feature-flags import at the start of bundle (#22329) (#22340)
The feature flags import in dev mode with the hot reload disabled ends
up after the custom elements definition. This is problematic for cases,
like the `layoutComponentsImprovements`, where the feature flag value is
checked at the definition time to decide whether some CSS styles should
be added or not.
This change moves the appending of the feature flags import to the end
of the method, and adds it at the start of the file.
Fixes #vaadin/web-component#9571
Co-authored-by: Diego Cardoso <diego@vaadin.com>
0 commit comments