#Dynamic Link Match Problem

4 messages · Page 1 of 1 (latest)

dull lagoon
#

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. !!

#

Corresponding routes:

charred igloo
#

please provide a minimal example on Stackblitz