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
For a Flow view without an icon (i.e. just a plain @Menu), MenuData.icon contains "" whereas a Hilla view without icon (i.e. export const config = { menu: {} }) has null.
Expected behavior
Expected that the same value is used in both cases so that application logic that renders the menu doesn't have to check for both cases.
Minimal reproducible example
24.5 pre starter from Start
Versions
Vaadin / Flow version: 24.5.0.beta4
The text was updated successfully, but these errors were encountered:
Description of the bug
For a Flow view without an icon (i.e. just a plain
@Menu
),MenuData.icon
contains""
whereas a Hilla view without icon (i.e.export const config = { menu: {} }
) hasnull
.Expected behavior
Expected that the same value is used in both cases so that application logic that renders the menu doesn't have to check for both cases.
Minimal reproducible example
24.5 pre starter from Start
Versions
The text was updated successfully, but these errors were encountered: