router icon indicating copy to clipboard operation
router copied to clipboard

fix: navigation respects basepath when no `to` was given

Open jvllmr opened this issue 6 months ago • 0 comments

Simple fix by passing "." to Router.resolvePathWithBase instead of using fromPath. Parameterized relative URL tests with basepath to avoid future regressions. I also managed to reproduce the issue this way.

fixes #4401

jvllmr avatar Jun 19 '25 16:06 jvllmr