Wildcard V2: `<Link />` Manual migration
Created by: valerybugakov
Context
The original PR was reverted because the react-router
link was used for the logout link, which didn't reach the server for a proper logout request. This PR re-introduces changes and adds a fix required for the logout link — it uses AnchorLink
, along with the unit-test for the failed scenario.