Merge branch 'develop' into v1-dark-mode

This commit is contained in:
Karishma
2025-10-21 19:25:06 +05:30
committed by GitHub
10 changed files with 1435 additions and 65 deletions

View File

@@ -908,6 +908,7 @@ export const DOMBrowserRenderer: React.FC<RRWebDOMBrowserRendererProps> = ({
rebuild(snapshotData.snapshot, {
doc: iframeDoc,
mirror: mirror,
hackCss: false,
cache: { stylesWithHoverClass: new Map() },
afterAppend: (node) => {
if (node.nodeType === Node.TEXT_NODE && node.textContent) {