frosty 0.0.33 → 0.0.35

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.
@@ -3939,7 +3939,7 @@ class _DOMRenderer extends _Renderer {
3939
3939
  const { type } = node;
3940
3940
  if (!_.isString(type) && type.prototype instanceof DOMNativeNode) {
3941
3941
  const ElementType = type;
3942
- const elem = ElementType.createElement(this.doc);
3942
+ const elem = ElementType.createElement(this.doc, this);
3943
3943
  this._updateElement(node, elem, stack);
3944
3944
  return elem;
3945
3945
  }
@@ -4123,4 +4123,4 @@ class _DOMRenderer extends _Renderer {
4123
4123
  }
4124
4124
 
4125
4125
  export { DOMNativeNode as D, _DOMRenderer as _ };
4126
- //# sourceMappingURL=common-CPAc8-8S.mjs.map
4126
+ //# sourceMappingURL=common-CpyVZMmY.mjs.map