react-markup 0.0.0-experimental-a7cce7b3-20260617 → 0.0.0-experimental-e92ecef2-20260618

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.
@@ -4687,7 +4687,7 @@
4687
4687
  this.clientRenderedBoundaries = [];
4688
4688
  this.completedBoundaries = [];
4689
4689
  this.partialBoundaries = [];
4690
- this.trackedPostpones = null;
4690
+ this.postponedState = this.trackedPostpones = null;
4691
4691
  this.onError = void 0 === onError ? defaultErrorHandler : onError;
4692
4692
  this.onAllReady = void 0 === onAllReady ? noop : onAllReady;
4693
4693
  this.onShellReady = void 0 === onShellReady ? noop : onShellReady;
@@ -8799,6 +8799,8 @@
8799
8799
  }
8800
8800
  } finally {
8801
8801
  (flushingPartialBoundaries = !1),
8802
+ (i = request.postponedState),
8803
+ null !== i && (i.nextSegmentId = request.nextSegmentId),
8802
8804
  0 === request.allPendingTasks &&
8803
8805
  0 === request.clientRenderedBoundaries.length &&
8804
8806
  0 === request.completedBoundaries.length &&
@@ -9924,5 +9926,5 @@
9924
9926
  });
9925
9927
  });
9926
9928
  };
9927
- exports.version = "19.3.0-experimental-a7cce7b3-20260617";
9929
+ exports.version = "19.3.0-experimental-e92ecef2-20260618";
9928
9930
  })();
@@ -3603,7 +3603,7 @@ function RequestInstance(
3603
3603
  this.clientRenderedBoundaries = [];
3604
3604
  this.completedBoundaries = [];
3605
3605
  this.partialBoundaries = [];
3606
- this.trackedPostpones = null;
3606
+ this.postponedState = this.trackedPostpones = null;
3607
3607
  this.onError = void 0 === onError ? defaultErrorHandler : onError;
3608
3608
  this.onAllReady = void 0 === onAllReady ? noop : onAllReady;
3609
3609
  this.onShellReady = void 0 === onShellReady ? noop : onShellReady;
@@ -6622,6 +6622,8 @@ function flushCompletedQueues(request, destination) {
6622
6622
  }
6623
6623
  } finally {
6624
6624
  (flushingPartialBoundaries = !1),
6625
+ (i = request.postponedState),
6626
+ null !== i && (i.nextSegmentId = request.nextSegmentId),
6625
6627
  0 === request.allPendingTasks &&
6626
6628
  0 === request.clientRenderedBoundaries.length &&
6627
6629
  0 === request.completedBoundaries.length &&
@@ -6751,4 +6753,4 @@ exports.experimental_renderToHTML = function (children, options) {
6751
6753
  });
6752
6754
  });
6753
6755
  };
6754
- exports.version = "19.3.0-experimental-a7cce7b3-20260617";
6756
+ exports.version = "19.3.0-experimental-e92ecef2-20260618";
@@ -11777,7 +11777,7 @@
11777
11777
  this.clientRenderedBoundaries = [];
11778
11778
  this.completedBoundaries = [];
11779
11779
  this.partialBoundaries = [];
11780
- this.trackedPostpones = null;
11780
+ this.postponedState = this.trackedPostpones = null;
11781
11781
  this.onError = void 0 === onError ? defaultErrorHandler : onError;
11782
11782
  this.onAllReady = void 0 === onAllReady ? noop : onAllReady;
11783
11783
  this.onShellReady = void 0 === onShellReady ? noop : onShellReady;
@@ -15886,6 +15886,8 @@
15886
15886
  }
15887
15887
  } finally {
15888
15888
  (flushingPartialBoundaries = !1),
15889
+ (i = request.postponedState),
15890
+ null !== i && (i.nextSegmentId = request.nextSegmentId),
15889
15891
  0 === request.allPendingTasks &&
15890
15892
  0 === request.clientRenderedBoundaries.length &&
15891
15893
  0 === request.completedBoundaries.length &&
@@ -17663,5 +17665,5 @@
17663
17665
  });
17664
17666
  });
17665
17667
  };
17666
- exports.version = "19.3.0-experimental-a7cce7b3-20260617";
17668
+ exports.version = "19.3.0-experimental-e92ecef2-20260618";
17667
17669
  })();
@@ -6784,7 +6784,7 @@ function RequestInstance(
6784
6784
  this.clientRenderedBoundaries = [];
6785
6785
  this.completedBoundaries = [];
6786
6786
  this.partialBoundaries = [];
6787
- this.trackedPostpones = null;
6787
+ this.postponedState = this.trackedPostpones = null;
6788
6788
  this.onError = void 0 === onError ? defaultErrorHandler : onError;
6789
6789
  this.onAllReady = void 0 === onAllReady ? noop : onAllReady;
6790
6790
  this.onShellReady = void 0 === onShellReady ? noop : onShellReady;
@@ -9803,6 +9803,8 @@ function flushCompletedQueues(request, destination) {
9803
9803
  }
9804
9804
  } finally {
9805
9805
  (flushingPartialBoundaries = !1),
9806
+ (i = request.postponedState),
9807
+ null !== i && (i.nextSegmentId = request.nextSegmentId),
9806
9808
  0 === request.allPendingTasks &&
9807
9809
  0 === request.clientRenderedBoundaries.length &&
9808
9810
  0 === request.completedBoundaries.length &&
@@ -10158,4 +10160,4 @@ exports.experimental_renderToHTML = function (children, options) {
10158
10160
  });
10159
10161
  });
10160
10162
  };
10161
- exports.version = "19.3.0-experimental-a7cce7b3-20260617";
10163
+ exports.version = "19.3.0-experimental-e92ecef2-20260618";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-markup",
3
- "version": "0.0.0-experimental-a7cce7b3-20260617",
3
+ "version": "0.0.0-experimental-e92ecef2-20260618",
4
4
  "description": "React package generating embedded markup such as e-mails with support for Server Components.",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "homepage": "https://react.dev/",
19
19
  "peerDependencies": {
20
- "react": "0.0.0-experimental-a7cce7b3-20260617"
20
+ "react": "0.0.0-experimental-e92ecef2-20260618"
21
21
  },
22
22
  "files": [
23
23
  "LICENSE",