Skip to content

Commit

Permalink
docs: add note about nav target path uniqueness
Browse files Browse the repository at this point in the history
  • Loading branch information
tepi committed Jan 15, 2025
1 parent c11ae77 commit 3ecda90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions articles/flow/routing/route.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,8 @@ public class HomeView extends Div {
}
----

[NOTE]
All navigation target paths in the application must be unique to allow Flow to determine the view to render without any disambiguation. This affects all [annotationname]`@Route`, [annotationname]`@RouteAlias` and [annotationname]`@RoutePrefix` values. If conflicts are detected, the application will fail to start up.

Check warning on line 71 in articles/flow/routing/route.adoc

View workflow job for this annotation

GitHub Actions / lint

[vale] reported by reviewdog 🐶 [Vaadin.Will] Avoid using 'will'. Raw Output: {"message": "[Vaadin.Will] Avoid using 'will'.", "location": {"path": "articles/flow/routing/route.adoc", "range": {"start": {"line": 71, "column": 296}}}, "severity": "WARNING"}


[discussion-id]`693776E5-D147-403A-A01D-04A3E9BF46AC`

0 comments on commit 3ecda90

Please sign in to comment.