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