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
There's a comment in the generated frontend/generated/routes.tsx file about making your own customizations to the file. The problem is that the user should only make changes to frontend/routes.tsx but not to the file in frontend/generated/.
Expected behavior
The comment should first guide the user to create a copy of the file and only the modify that copy.
Minimal reproducible example
N/A
Versions
Vaadin / Flow version: 24.4.0.alpha15
The text was updated successfully, but these errors were encountered:
Removes the buildRoutes method and replaces it with a new RouterBuilder API that automatically injects server side routes where needed and adds the auth level.
Related-to vaadin/hilla#2238Fixes#18988
Description of the bug
There's a comment in the generated
frontend/generated/routes.tsx
file about making your own customizations to the file. The problem is that the user should only make changes tofrontend/routes.tsx
but not to the file infrontend/generated/
.Expected behavior
The comment should first guide the user to create a copy of the file and only the modify that copy.
Minimal reproducible example
N/A
Versions
The text was updated successfully, but these errors were encountered: