refactor(store): reset on unmount

This commit is contained in:
moklick
2021-11-23 18:37:12 +01:00
parent f775cf29ca
commit 296289710f
4 changed files with 63 additions and 44 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ const Header = withRouter(({ history, location }) => {
});
ReactDOM.render(
<Router forceRefresh={true}>
<Router>
<Header />
<Switch>
{routes.map((route) => (