We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae9be8 commit 6a444cdCopy full SHA for 6a444cd
client-src/default/index.js
@@ -291,7 +291,7 @@ function reloadApp() {
291
}
292
293
// allow refreshing the page only if liveReload isn't disabled
294
- if (liveReload) {
+ else if (liveReload) {
295
let rootWindow = self;
296
// use parent window for reload (in case we're in an iframe with no valid src)
297
const intervalId = self.setInterval(() => {
test/__snapshots__/Routes.test.js.snap
0 commit comments