Using <Link> to "/projects/$id/$taskId" results in redirect.
I am not able to go to the "/projects/$id/$taskId" route from a link component, but it is working fine with an anchor tag. This is how I implemented it:
I get this warning on console log
3 Replies
fair-rose•3w ago
The error says that the current route (the one you render) is not
/projects/$idxenophobic-harlequinOP•3w ago
well it is in
/projects/$id though.
thanks.. I tried this but got the same error.
it keeps redirecting me back instantly to /projects/$idfair-rose•3w ago
Hmmm.... Do you have any reproduction?