Description
The router's useParams hook in packages/router/src/ does not have tests for:
- Optional segments like
/users/:id?
- Catch-all segments like
/docs/*
Expected behavior
Tests that verify useParams returns the correct params object for all segment types.
Priority
medium
Description
The router's
useParamshook inpackages/router/src/does not have tests for:/users/:id?/docs/*Expected behavior
Tests that verify
useParamsreturns the correct params object for all segment types.Priority
medium