We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e54ba2 commit 1fe722aCopy full SHA for 1fe722a
packages/app/src/sandbox/eval/transpiled-module.ts
@@ -791,7 +791,7 @@ export default class TranspiledModule {
791
if (manager.webpackHMR) {
792
if (!this.compilation) {
793
const shouldReloadPage = this.hmrConfig
794
- ? this.hmrConfig.isDeclined(this.isEntry) && !manager.isFirstLoad
+ ? this.hmrConfig.isDeclined(this.isEntry)
795
: this.isEntry && !this.isTestFile;
796
797
if (shouldReloadPage) {
0 commit comments