T
TanStack6mo ago
exotic-emerald

Navigating to child view

if I have /data/$parentId and data/$parentId/$childId Can I do something like <Link to="./$childId" params={{childId: '123"}}>Go</Link> in the parent view? Or do I have to spell out the whole path and pass both ids for params?
2 Replies
fascinating-indigo
fascinating-indigo6mo ago
you need to specify from
exotic-emerald
exotic-emeraldOP6mo ago
@Manuel Schiller Thank you!

Did you find this page helpful?