diff --git a/.changeset/stylesheet-rule-resync.md b/.changeset/stylesheet-rule-resync.md new file mode 100644 index 00000000..261bb0de --- /dev/null +++ b/.changeset/stylesheet-rule-resync.md @@ -0,0 +1,31 @@ +--- +"rrweb": minor +--- + +Recover CSS rules when another script displaces the `insertRule` patch. + +Everything a CSS-in-JS library (emotion, styled-components, goober) adds at +runtime reached the replayer only through the monkey patch on +`CSSStyleSheet.prototype.insertRule`, because the `