We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c50f7 commit 3ef5f64Copy full SHA for 3ef5f64
packages/rrweb/src/record/mutation.ts
@@ -650,7 +650,7 @@ export default class MutationBuffer {
650
);
651
}
652
653
- // Since this is an extremely hot path, do not destructure next
+ // Since this is an extremely hot path, do not destructure next
654
// in order to avoid invoking the iterator protocol
655
const n = next[0];
656
const target = next[1];
0 commit comments