diff --git a/tracker/tracker/src/main/modules/constructedStyleSheets.ts b/tracker/tracker/src/main/modules/constructedStyleSheets.ts index a1289301e..5a25352de 100644 --- a/tracker/tracker/src/main/modules/constructedStyleSheets.ts +++ b/tracker/tracker/src/main/modules/constructedStyleSheets.ts @@ -105,6 +105,7 @@ export default function (app: App | null) { if (context.__openreplay_adpss_patched__) { return } else { + // @ts-ignore context.__openreplay_adpss_patched__ = true } patchAdoptedStyleSheets(context.Document.prototype)