T
TanStack9mo ago
national-gold

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-indigo9mo ago
you need to specify from
national-gold
national-goldOP8mo ago
@Manuel Schiller Thank you!

Did you find this page helpful?