Files
rrweb/.changeset/swift-peas-film.md
Francesco Novy 8e47ca1021 fix: Explicitly handle null attribute values (#1157)
* fix: Explicitly handle removed attributes

The attribute `value` can be null when a mutation observer triggers due to a removed attribute. This is currently not reflected by types and code.

* Apply formatting changes

* fix

* add changeset
2023-02-28 03:32:56 +08:00

7 lines
95 B
Markdown

---
'rrweb-snapshot': patch
'rrweb': patch
---
fix: Explicitly handle `null` attribute values