Finally finished the massive refactor... transitions still broke but it's fine for now.
This commit is contained in:
@ -72,6 +72,7 @@ class App extends React.Component {
|
||||
|
||||
//For testing you can switch the router type
|
||||
let RouterType = BrowserRouter;
|
||||
console.log(process.env.NODE_ENV);
|
||||
if(true) RouterType = HashRouter;
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user