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•6mo ago
you need to specify from
exotic-emeraldOP•6mo ago
@Manuel Schiller Thank you!