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
Also, if we had a route with a dash/minus in the name like manage-users, the named route would still be identical to the nested route above. This makes it unclear, is it nested, or is it just that name?
Suggested solution
Just allow a configuration option to set routeNameSeparator: '-', or something along these lines.
Description
At the moment, if we had a route like
auth/register
to use it as a named route, we'd need to use-
as a separator.I'd like to change the separator to a forward slash
/
instead or a.
, but I do not see this option available.Also, if we had a route with a dash/minus in the name like
manage-users
, the named route would still be identical to the nested route above. This makes it unclear, is it nested, or is it just that name?Suggested solution
Just allow a configuration option to set
routeNameSeparator: '-'
, or something along these lines.Alternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: