diff --git a/app/app.js b/app/app.js index a6892cda5..7ea327d2c 100644 --- a/app/app.js +++ b/app/app.js @@ -142,6 +142,8 @@ export default class App { this.waitForRehydration = true; } } + } else { + this.waitForRehydration = false; } } catch (error) { return null;