Merge pull request #822 from getmaxun/clean-data

fix: extract clean data
This commit is contained in:
Karishma
2025-10-21 19:19:58 +05:30
committed by GitHub
2 changed files with 153 additions and 43 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) {