React Router v4 not rendering components
问题 Having an issue with React Router v4 rendering components. On initial load of the application it will render the correct component corresponding to the URL However, any subsequent Link clicks will not render the desired component. Libraries React Router: 4.2.2 React: 15.6.1 React DOM: 15.6.1 -- just to mention libraries in case of impact -- React Redux: 5.0.6 Redux: 3.7.2 Material UI: 0.19.0 Going to omit some imports for sake of brevity Site Structure index.jsx | App.jsx | Auth.jsx | Layout