useParams returns any
TypeScript:
Unsafe assignment of an 'any' valueDo you know why this is happening? I tried tweaking the configuration, read through the useParams docs, and got nothing. Additionally, I remember that in other projects the returned parameter was of type string. What could be going on?