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 f27e545 commit d292167Copy full SHA for d292167
.changeset/calm-bulldogs-speak.md
@@ -0,0 +1,2 @@
1
+---
2
packages/rrweb/src/utils.ts
@@ -30,6 +30,7 @@ const DEPARTED_MIRROR_ACCESS_WARNING =
30
'now you can use replayer.getMirror() to access the mirror instance of a replayer,' +
31
'\r\n' +
32
'or you can use record.mirror to access the mirror instance during recording.';
33
+/** @deprecated */
34
export let _mirror: DeprecatedMirror = {
35
map: {},
36
getId() {
0 commit comments