Handle hot module unloading in layout

This commit is contained in:
Jon Staab
2025-10-21 08:27:30 -07:00
parent 7476767aa7
commit ecbb3086d8
8 changed files with 262 additions and 285 deletions
+3
View File
@@ -1,3 +1,4 @@
import {noop} from "@welshman/lib"
import * as Sentry from "@sentry/browser"
import {getSetting} from "@app/core/state"
@@ -17,4 +18,6 @@ export const setupTracking = () => {
},
})
}
return noop
}