@posthog/rrweb 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.cjs +1 -1
- package/dist/rrweb.cjs.map +1 -1
- package/dist/rrweb.js +1 -1
- package/dist/rrweb.js.map +1 -1
- package/dist/rrweb.umd.cjs +1 -1
- package/dist/rrweb.umd.cjs.map +2 -2
- package/dist/rrweb.umd.min.cjs +1 -1
- package/dist/rrweb.umd.min.cjs.map +2 -2
- package/package.json +1 -1
package/dist/rrweb.cjs
CHANGED
|
@@ -16187,7 +16187,7 @@ class Replayer {
|
|
|
16187
16187
|
this.virtualDom.mirror
|
|
16188
16188
|
);
|
|
16189
16189
|
} catch (e2) {
|
|
16190
|
-
|
|
16190
|
+
this.warn(e2);
|
|
16191
16191
|
}
|
|
16192
16192
|
this.virtualDom.destroyTree();
|
|
16193
16193
|
this.usingVirtualDom = false;
|