@posthog/rrweb-player 0.0.21 → 0.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/rrweb-player.cjs +1 -1
- package/dist/rrweb-player.cjs.map +1 -1
- package/dist/rrweb-player.js +1 -1
- package/dist/rrweb-player.js.map +1 -1
- package/dist/rrweb-player.umd.cjs +1 -1
- package/dist/rrweb-player.umd.cjs.map +2 -2
- package/dist/rrweb-player.umd.min.cjs +1 -1
- package/dist/rrweb-player.umd.min.cjs.map +2 -2
- package/package.json +1 -1
|
@@ -11967,7 +11967,7 @@ class Replayer {
|
|
|
11967
11967
|
this.virtualDom.mirror
|
|
11968
11968
|
);
|
|
11969
11969
|
} catch (e2) {
|
|
11970
|
-
|
|
11970
|
+
this.warn(e2);
|
|
11971
11971
|
}
|
|
11972
11972
|
this.virtualDom.destroyTree();
|
|
11973
11973
|
this.usingVirtualDom = false;
|