When a non-empty root is set during router start, routing of clicked anchors fails.
This happens because the anchor pathname is used, which includes the root, which is passed to navigate, which passes that to getFragment, which fails to remove the root from the fragment.