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