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•9mo ago
you need to specify from
national-goldOP•8mo ago
@Manuel Schiller Thank you!