-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Description
Hi, I many times we need get final url of pagesPath
Example:
const urlObject= pagesPath.dashboard.project._projectId("abc").$url();
// return { pathname: '/dashboard/project/[projectId]' as const, query: { projectId }, hash: url?.hash }
// But many times we will need the final string, like use in window.open
window.open("Need an url string here, not object")
Describe the solution you'd like
This will be good, i think
pagesPath.dashboard.project._projectId("abc").$urlString;
Additional context
ryota-ka, matamatanot, technote-space, ikedanoda, KeisukeNagakawa and 5 moreymdkysk
Metadata
Metadata
Assignees
Labels
No labels
