@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
package/dist/rrweb-player.cjs
CHANGED
|
@@ -11938,7 +11938,7 @@ class Replayer {
|
|
|
11938
11938
|
this.virtualDom.mirror
|
|
11939
11939
|
);
|
|
11940
11940
|
} catch (e2) {
|
|
11941
|
-
|
|
11941
|
+
this.warn(e2);
|
|
11942
11942
|
}
|
|
11943
11943
|
this.virtualDom.destroyTree();
|
|
11944
11944
|
this.usingVirtualDom = false;
|