router
router copied to clipboard
fix: navigation respects basepath when no `to` was given
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