Results 1 comments of n1stre

@max-mykhailenko you can just grab a copy from [packages/react-router/lib/router/utils.ts:859](https://github.com/remix-run/react-router/blob/a3e4b8ed875611637357647fcf862c2bc61f4e11/packages/react-router/lib/router/utils.ts#L859) and paste it into your projects: ```ts export function generatePath( originalPath: Path, params: { [key in PathParam]: string | null; }...