react-router-dom BrowserRouter not navigating to paths with more than one url parameter
问题 I am having an issue where I am not able to navigate to Routes with paths greater than 1 section like so when using react-router-dom@4.2.2 : In addition, this is the Github link to the repo where I am having this issue. https://github.com/ShawnCholeva/React-Typescript-Webpack4-Router import React, { Component } from 'react'; import { BrowserRouter as Router, Route, Switch } from 'react-router-dom'; //All routes work if I use HashRouter here instead of BrowserRouter class App extends Component