-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Closed
Description
Presently you have to provide every single param for a target route within Link
, but particularly when you're writing links inside deeply nested routes, this becomes needlessly repetitive as you start having to repeat the params of already-active parent routes, and to my understanding (and per convos w @rpflorence) I don't think the argument for refactorability applies in this case.
So why don't we default omitted params to whatever's in props.params
rather than error out?
Metadata
Metadata
Assignees
Labels
No labels