@absolutejs/absolute 0.19.0-beta.418 → 0.19.0-beta.419

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.
@@ -9642,11 +9642,6 @@ class DeferSlotComponent {
9642
9642
  this.applyPatchPayload(payload);
9643
9643
  return true;
9644
9644
  };
9645
- const pendingPayload = window.__ABS_SLOT_PENDING__?.[id];
9646
- if (pendingPayload !== undefined) {
9647
- this.applyPatchPayload(pendingPayload);
9648
- delete window.__ABS_SLOT_PENDING__?.[id];
9649
- }
9650
9645
  }
9651
9646
  ngOnDestroy() {
9652
9647
  if (typeof window === "undefined")
@@ -9983,5 +9978,5 @@ export {
9983
9978
  DeferErrorTemplateDirective
9984
9979
  };
9985
9980
 
9986
- //# debugId=957858037E9ECF0D64756E2164756E21
9981
+ //# debugId=D3FAFB669079648664756E2164756E21
9987
9982
  //# sourceMappingURL=browser.js.map