Fix: Switch to real dom before rebuilding fullsnapshot (#1139)

This commit is contained in:
Yun Feng
2026-04-01 12:00:00 +08:00
committed by GitHub
parent 6a272b7b16
commit 5256e63fd1
6 changed files with 61 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
'rrweb': patch
---
Fix: Switch from virtual dom to real dom before rebuilding fullsnapshot

View File

@@ -0,0 +1,5 @@
---
'rrdom': patch
---
Fix: If RRNode appends a single child twice, children of the node will become an infinite link list.