React BrowserRouter issues in Hosted Test

Ideally you shouldn’t be using a router at all to display the different Extension views, but instead have your bundler such as webpack use multiple entry points to output each view as its own HTML, JS, CSS etc… as that’d reduce the size of each view as they’re not having to load any code not used by that view, improve performance, and not need any sort of router.