@jasonshimmy/custom-elements-runtime 3.7.3 → 3.7.4

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.
@@ -2270,7 +2270,7 @@ function nt(n, r) {
2270
2270
  }).observe(this);
2271
2271
  return;
2272
2272
  }
2273
- this._applyProps(r), this._requestRender(), de(r, this.context, this._mounted, (e) => {
2273
+ this._applyProps(r), this._render(r), de(r, this.context, this._mounted, (e) => {
2274
2274
  this._mounted = e;
2275
2275
  });
2276
2276
  }
@@ -2278,7 +2278,7 @@ function nt(n, r) {
2278
2278
  }
2279
2279
  _hydrateNow(e) {
2280
2280
  this._runLogicWithinErrorBoundary(e, () => {
2281
- this._applyProps(e), this._requestRender(), de(e, this.context, this._mounted, (e) => {
2281
+ this._applyProps(e), this._render(e), de(e, this.context, this._mounted, (e) => {
2282
2282
  this._mounted = e;
2283
2283
  });
2284
2284
  });
@@ -3062,4 +3062,4 @@ function ut(e, ...t) {
3062
3062
  //#endregion
3063
3063
  export { it as n, Ue as r, ut as t };
3064
3064
 
3065
- //# sourceMappingURL=template-compiler-BpHiWIRk.js.map
3065
+ //# sourceMappingURL=template-compiler-D7BToKVe.js.map