rrweb icon indicating copy to clipboard operation
rrweb copied to clipboard

fix(rrdom): Ignore invalid DOM attributes when diffing

Open billyvg opened this issue 1 year ago • 1 comments

We encountered an issue where replays with invalid attributes (e.g. @click) would break rendering the replay after seeking. The exception bubbles up to here, which means the replay will continue to play, but the replay mirror will be incomplete.

billyvg avatar Aug 27 '24 20:08 billyvg