Kirill Khramkov
Kirill Khramkov
Should this be addressed? if so I would like to help.
```ts function generatePathStrict( originalPath: Path, ...params: PathParam extends never ? [object?] : [ { [key in PathParam]: string | null; }, ] ) { return generatePath(originalPath, params); } ``` This...
I opened a MR that fixes this issue. It's awaiting approval. Don't close.
I would like to contribute to this. Was trying to implement this myself, but overwriting type of t returned from the hook is the pain in the ass.
Where do you expect this to be rendered?