We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you have only @layout.tsx and one Flow view with @Route("") then the view is not shown.
@layout.tsx
@Route("")
The view is shown
% npm init vaadin@latest > npx > create-vaadin ✔ Project name: … hilla-layout ✔ Example views: › Hilla (React + TypeScript) ✔ Features: › Use pre release
remove @index.tsx and any other client side view. Leave @layout.tsx.
@index.tsx
Add a flow view with @Route("")
If you add one Hilla view, or leave the created about-hilla.tsx in the views folder, then the Flow view works
about-hilla.tsx
views
The text was updated successfully, but these errors were encountered:
yup i found this issue when updating to vaadin 24.6.0 the work around is adding the @index.tsx in the frontend/views/ folder
place the route link on this index.tsx
Sorry, something went wrong.
tepi
No branches or pull requests
Description of the bug
If you have only
@layout.tsx
and one Flow view with@Route("")
then the view is not shown.Expected behavior
The view is shown
Minimal reproducible example
remove
@index.tsx
and any other client side view. Leave@layout.tsx
.Add a flow view with
@Route("")
If you add one Hilla view, or leave the created
about-hilla.tsx
in theviews
folder, then the Flow view worksVersions
The text was updated successfully, but these errors were encountered: