Dynamic Link Match Problem
Link component prints "/test/folder?testSuiteId=4ec9425b-4d7e-48eb-8aaa-cc5cd34f3545" which is the link I really want to go. But router matches stepsRoute while I'm expecting it to match testSuiteRouteWithFolder.
Final URL becomes : /testcase?testCaseId="1" .
!! If I copy this URL to URL bar and press enter, it goes to correct route. !!
4 Replies
other-emeraldOP•2y ago
Corresponding routes:

other-emeraldOP•2y ago
Link:

metropolitan-bronze•2y ago
please provide a minimal example on Stackblitz
other-emeraldOP•2y ago
My mistake!