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
when start a app using 24.5.0.alpha17, i saw this error in the build log and got a blank app
this error only happens with the latest alpha.. not in previous ones
com.vaadin.flow.router.NotFoundException: No layout for client path ''
at com.vaadin.flow.router.internal.DefaultRouteResolver.resolve(DefaultRouteResolver.java:58) ~[flow-server-24.5.0.alpha20.jar:24.5.0.alpha20]
at com.vaadin.flow.router.Router.resolveNavigationTarget(Router.java:120) ~[flow-server-24.5.0.alpha20.jar:24.5.0.alpha20]
at com.vaadin.flow.component.UI.renderViewForRoute(UI.java:2009) ~[flow-server-24.5.0.alpha20.jar:24.5.0.alpha20]
at com.vaadin.flow.component.UI.browserNavigate(UI.java:1877) ~[flow-server-24.5.0.alpha20.jar:24.5.0.alpha20]
at com.vaadin.flow.component.ComponentEventBus.fireEventForListener(ComponentEventBus.java:239) ~[flow-server-24.5.0.alpha20.jar:24.5.0.alpha20]
at com.vaadin.flow.component.ComponentEventBus.handleDomEvent(ComponentEventBus.java:488) ~[flow-server-24.5.0.alpha20.jar:24.5.0.alpha20]
at com.vaadin.flow.component.ComponentEventBus.lambda$addDomTrigger$dd1b7957$1(ComponentEventBus.java:298) ~[flow-server-24.5.0.alpha20.jar:24.5.0.alpha20]
at com.vaadin.flow.internal.nodefeature.ElementListenerMap.lambda$fireEvent$2(ElementListenerMap.java:475) ~[flow-server-24.5.0.alpha20.jar:24.5.0.alpha20]
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) ~[na:na]
* fix: Do not wrap with layout for empty array
Empty array should just return
and not wrap with empty array.
Fixesvaadin/flow#19956
* Add test for no element for empty array
---------
Co-authored-by: Zhe Sun <[email protected]>
Description of the bug
when start a app using
24.5.0.alpha17
, i saw this error in the build log and got a blank appthis error only happens with the latest alpha.. not in previous ones
Expected behavior
the app works
Minimal reproducible example
Versions
The text was updated successfully, but these errors were encountered: