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 fd9c0f6 commit cd2ea39Copy full SHA for cd2ea39
packages/rrweb/src/record/mutation.ts
@@ -692,7 +692,7 @@ export default class MutationBuffer {
692
);
693
}
694
695
- // Since this is an extremely hot path, do not destructure next
+ // Since this is an extremely hot path, do not destructure next
696
// in order to avoid invoking the iterator protocol
697
const n = next[0];
698
const target = next[1];
0 commit comments