From abf2b317d64447ae908a8db14b533ad460fb984f Mon Sep 17 00:00:00 2001 From: Dan Date: Sun, 26 Jul 2020 12:23:01 +1200 Subject: [PATCH] no back to force reloading --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 86a338c..faa776c 100644 --- a/src/App.js +++ b/src/App.js @@ -26,7 +26,7 @@ class App extends Component { this.setState({ firstLoad: false }) - this.forceUpdate() + window.location.reload() } }).catch((err) => { console.log('Big ooooooops! ', err)