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 using React router, clicks on anchors are intercepted only if Flow client
has been initialized. In Hilla or hybrid application, if a Flow view is never
navigated, clicking on such links cause the browser to reload the page instead
of navigating to the expected view.
This change registers a global click handler that intercepts click events and
triggers a router navigation if necessary.
The new behavior is aligned with vaadin-router.
Fixes#20939
Copy file name to clipboardexpand all lines: flow-plugins/flow-maven-plugin/src/it/flow-addon/src/main/fake-resources/com/vaadin/flow/server/frontend/Flow.tsx
0 commit comments