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
Both views/a/{id}/@index.tsx and views/a/{id}.tsx would be mapped to the same /a/1234 route. The difference is that views/a/{id}/@index.tsx gets a menu entry with the URL /a/:id which doesn't work.
Expected-behavior
Expected that a view with a required parameter is not included in the menu regardless of which file structure is used.
Reproduction
Create views/a/{id}/@index.tsx with some dummy content
Observe that the view shows up in the menu
System Info
Vaadin 24.5.2
The text was updated successfully, but these errors were encountered:
Describe the bug
Both
views/a/{id}/@index.tsx
andviews/a/{id}.tsx
would be mapped to the same/a/1234
route. The difference is thatviews/a/{id}/@index.tsx
gets a menu entry with the URL/a/:id
which doesn't work.Expected-behavior
Expected that a view with a required parameter is not included in the menu regardless of which file structure is used.
Reproduction
views/a/{id}/@index.tsx
with some dummy contentSystem Info
Vaadin 24.5.2
The text was updated successfully, but these errors were encountered: