react-server-dom-webpack 19.2.0-canary-e9db3cc2-20250501 → 19.2.0-canary-c129c242-20250505
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.
- package/cjs/react-server-dom-webpack-client.browser.development.js +2 -2
- package/cjs/react-server-dom-webpack-server.browser.development.js +3 -3
- package/cjs/react-server-dom-webpack-server.browser.production.js +8 -2
- package/cjs/react-server-dom-webpack-server.edge.development.js +3 -3
- package/cjs/react-server-dom-webpack-server.edge.production.js +8 -2
- package/cjs/react-server-dom-webpack-server.node.development.js +3 -3
- package/cjs/react-server-dom-webpack-server.node.production.js +8 -2
- package/cjs/react-server-dom-webpack-server.node.unbundled.development.js +3 -3
- package/cjs/react-server-dom-webpack-server.node.unbundled.production.js +8 -2
- package/package.json +3 -3
@@ -2693,10 +2693,10 @@
|
|
2693
2693
|
return hook.checkDCE ? !0 : !1;
|
2694
2694
|
})({
|
2695
2695
|
bundleType: 1,
|
2696
|
-
version: "19.2.0-canary-
|
2696
|
+
version: "19.2.0-canary-c129c242-20250505",
|
2697
2697
|
rendererPackageName: "react-server-dom-webpack",
|
2698
2698
|
currentDispatcherRef: ReactSharedInternals,
|
2699
|
-
reconcilerVersion: "19.2.0-canary-
|
2699
|
+
reconcilerVersion: "19.2.0-canary-c129c242-20250505",
|
2700
2700
|
getCurrentComponentInfo: function () {
|
2701
2701
|
return currentOwnerInDEV;
|
2702
2702
|
}
|
@@ -1627,6 +1627,7 @@
|
|
1627
1627
|
return "$B" + newTask.id.toString(16);
|
1628
1628
|
}
|
1629
1629
|
function renderModel(request, task, parent, key, value) {
|
1630
|
+
serializedSize += key.length;
|
1630
1631
|
var prevKeyPath = task.keyPath,
|
1631
1632
|
prevImplicitSlot = task.implicitSlot;
|
1632
1633
|
try {
|
@@ -1692,7 +1693,6 @@
|
|
1692
1693
|
value
|
1693
1694
|
) {
|
1694
1695
|
task.model = value;
|
1695
|
-
serializedSize += parentPropertyName.length;
|
1696
1696
|
if (value === REACT_ELEMENT_TYPE) return "$";
|
1697
1697
|
if (null === value) return null;
|
1698
1698
|
if ("object" === typeof value) {
|
@@ -3780,11 +3780,11 @@
|
|
3780
3780
|
throw Error("useId can only be used while React is rendering");
|
3781
3781
|
var id = currentRequest$1.identifierCount++;
|
3782
3782
|
return (
|
3783
|
-
"
|
3783
|
+
"\u00ab" +
|
3784
3784
|
currentRequest$1.identifierPrefix +
|
3785
3785
|
"S" +
|
3786
3786
|
id.toString(32) +
|
3787
|
-
"
|
3787
|
+
"\u00bb"
|
3788
3788
|
);
|
3789
3789
|
},
|
3790
3790
|
useHostTransitionStatus: unsupportedHook,
|
@@ -554,7 +554,13 @@ function useId() {
|
|
554
554
|
if (null === currentRequest$1)
|
555
555
|
throw Error("useId can only be used while React is rendering");
|
556
556
|
var id = currentRequest$1.identifierCount++;
|
557
|
-
return
|
557
|
+
return (
|
558
|
+
"\u00ab" +
|
559
|
+
currentRequest$1.identifierPrefix +
|
560
|
+
"S" +
|
561
|
+
id.toString(32) +
|
562
|
+
"\u00bb"
|
563
|
+
);
|
558
564
|
}
|
559
565
|
function use(usable) {
|
560
566
|
if (
|
@@ -1139,6 +1145,7 @@ function createTask(request, model, keyPath, implicitSlot, abortSet) {
|
|
1139
1145
|
return pingTask(request, task);
|
1140
1146
|
},
|
1141
1147
|
toJSON: function (parentPropertyName, value) {
|
1148
|
+
serializedSize += parentPropertyName.length;
|
1142
1149
|
var prevKeyPath = task.keyPath,
|
1143
1150
|
prevImplicitSlot = task.implicitSlot;
|
1144
1151
|
try {
|
@@ -1334,7 +1341,6 @@ function renderModelDestructive(
|
|
1334
1341
|
value
|
1335
1342
|
) {
|
1336
1343
|
task.model = value;
|
1337
|
-
serializedSize += parentPropertyName.length;
|
1338
1344
|
if (value === REACT_ELEMENT_TYPE) return "$";
|
1339
1345
|
if (null === value) return null;
|
1340
1346
|
if ("object" === typeof value) {
|
@@ -1690,6 +1690,7 @@
|
|
1690
1690
|
return "$B" + newTask.id.toString(16);
|
1691
1691
|
}
|
1692
1692
|
function renderModel(request, task, parent, key, value) {
|
1693
|
+
serializedSize += key.length;
|
1693
1694
|
var prevKeyPath = task.keyPath,
|
1694
1695
|
prevImplicitSlot = task.implicitSlot;
|
1695
1696
|
try {
|
@@ -1755,7 +1756,6 @@
|
|
1755
1756
|
value
|
1756
1757
|
) {
|
1757
1758
|
task.model = value;
|
1758
|
-
serializedSize += parentPropertyName.length;
|
1759
1759
|
if (value === REACT_ELEMENT_TYPE) return "$";
|
1760
1760
|
if (null === value) return null;
|
1761
1761
|
if ("object" === typeof value) {
|
@@ -3860,11 +3860,11 @@
|
|
3860
3860
|
throw Error("useId can only be used while React is rendering");
|
3861
3861
|
var id = currentRequest$1.identifierCount++;
|
3862
3862
|
return (
|
3863
|
-
"
|
3863
|
+
"\u00ab" +
|
3864
3864
|
currentRequest$1.identifierPrefix +
|
3865
3865
|
"S" +
|
3866
3866
|
id.toString(32) +
|
3867
|
-
"
|
3867
|
+
"\u00bb"
|
3868
3868
|
);
|
3869
3869
|
},
|
3870
3870
|
useHostTransitionStatus: unsupportedHook,
|
@@ -552,7 +552,13 @@ function useId() {
|
|
552
552
|
if (null === currentRequest$1)
|
553
553
|
throw Error("useId can only be used while React is rendering");
|
554
554
|
var id = currentRequest$1.identifierCount++;
|
555
|
-
return
|
555
|
+
return (
|
556
|
+
"\u00ab" +
|
557
|
+
currentRequest$1.identifierPrefix +
|
558
|
+
"S" +
|
559
|
+
id.toString(32) +
|
560
|
+
"\u00bb"
|
561
|
+
);
|
556
562
|
}
|
557
563
|
function use(usable) {
|
558
564
|
if (
|
@@ -1144,6 +1150,7 @@ function createTask(request, model, keyPath, implicitSlot, abortSet) {
|
|
1144
1150
|
return pingTask(request, task);
|
1145
1151
|
},
|
1146
1152
|
toJSON: function (parentPropertyName, value) {
|
1153
|
+
serializedSize += parentPropertyName.length;
|
1147
1154
|
var prevKeyPath = task.keyPath,
|
1148
1155
|
prevImplicitSlot = task.implicitSlot;
|
1149
1156
|
try {
|
@@ -1339,7 +1346,6 @@ function renderModelDestructive(
|
|
1339
1346
|
value
|
1340
1347
|
) {
|
1341
1348
|
task.model = value;
|
1342
|
-
serializedSize += parentPropertyName.length;
|
1343
1349
|
if (value === REACT_ELEMENT_TYPE) return "$";
|
1344
1350
|
if (null === value) return null;
|
1345
1351
|
if ("object" === typeof value) {
|
@@ -1686,6 +1686,7 @@
|
|
1686
1686
|
return "$B" + newTask.id.toString(16);
|
1687
1687
|
}
|
1688
1688
|
function renderModel(request, task, parent, key, value) {
|
1689
|
+
serializedSize += key.length;
|
1689
1690
|
var prevKeyPath = task.keyPath,
|
1690
1691
|
prevImplicitSlot = task.implicitSlot;
|
1691
1692
|
try {
|
@@ -1751,7 +1752,6 @@
|
|
1751
1752
|
value
|
1752
1753
|
) {
|
1753
1754
|
task.model = value;
|
1754
|
-
serializedSize += parentPropertyName.length;
|
1755
1755
|
if (value === REACT_ELEMENT_TYPE) return "$";
|
1756
1756
|
if (null === value) return null;
|
1757
1757
|
if ("object" === typeof value) {
|
@@ -3857,11 +3857,11 @@
|
|
3857
3857
|
throw Error("useId can only be used while React is rendering");
|
3858
3858
|
var id = currentRequest$1.identifierCount++;
|
3859
3859
|
return (
|
3860
|
-
"
|
3860
|
+
"\u00ab" +
|
3861
3861
|
currentRequest$1.identifierPrefix +
|
3862
3862
|
"S" +
|
3863
3863
|
id.toString(32) +
|
3864
|
-
"
|
3864
|
+
"\u00bb"
|
3865
3865
|
);
|
3866
3866
|
},
|
3867
3867
|
useHostTransitionStatus: unsupportedHook,
|
@@ -572,7 +572,13 @@ function useId() {
|
|
572
572
|
if (null === currentRequest$1)
|
573
573
|
throw Error("useId can only be used while React is rendering");
|
574
574
|
var id = currentRequest$1.identifierCount++;
|
575
|
-
return
|
575
|
+
return (
|
576
|
+
"\u00ab" +
|
577
|
+
currentRequest$1.identifierPrefix +
|
578
|
+
"S" +
|
579
|
+
id.toString(32) +
|
580
|
+
"\u00bb"
|
581
|
+
);
|
576
582
|
}
|
577
583
|
function use(usable) {
|
578
584
|
if (
|
@@ -1160,6 +1166,7 @@ function createTask(request, model, keyPath, implicitSlot, abortSet) {
|
|
1160
1166
|
return pingTask(request, task);
|
1161
1167
|
},
|
1162
1168
|
toJSON: function (parentPropertyName, value) {
|
1169
|
+
serializedSize += parentPropertyName.length;
|
1163
1170
|
var prevKeyPath = task.keyPath,
|
1164
1171
|
prevImplicitSlot = task.implicitSlot;
|
1165
1172
|
try {
|
@@ -1353,7 +1360,6 @@ function renderModelDestructive(
|
|
1353
1360
|
value
|
1354
1361
|
) {
|
1355
1362
|
task.model = value;
|
1356
|
-
serializedSize += parentPropertyName.length;
|
1357
1363
|
if (value === REACT_ELEMENT_TYPE) return "$";
|
1358
1364
|
if (null === value) return null;
|
1359
1365
|
if ("object" === typeof value) {
|
@@ -1686,6 +1686,7 @@
|
|
1686
1686
|
return "$B" + newTask.id.toString(16);
|
1687
1687
|
}
|
1688
1688
|
function renderModel(request, task, parent, key, value) {
|
1689
|
+
serializedSize += key.length;
|
1689
1690
|
var prevKeyPath = task.keyPath,
|
1690
1691
|
prevImplicitSlot = task.implicitSlot;
|
1691
1692
|
try {
|
@@ -1751,7 +1752,6 @@
|
|
1751
1752
|
value
|
1752
1753
|
) {
|
1753
1754
|
task.model = value;
|
1754
|
-
serializedSize += parentPropertyName.length;
|
1755
1755
|
if (value === REACT_ELEMENT_TYPE) return "$";
|
1756
1756
|
if (null === value) return null;
|
1757
1757
|
if ("object" === typeof value) {
|
@@ -3820,11 +3820,11 @@
|
|
3820
3820
|
throw Error("useId can only be used while React is rendering");
|
3821
3821
|
var id = currentRequest$1.identifierCount++;
|
3822
3822
|
return (
|
3823
|
-
"
|
3823
|
+
"\u00ab" +
|
3824
3824
|
currentRequest$1.identifierPrefix +
|
3825
3825
|
"S" +
|
3826
3826
|
id.toString(32) +
|
3827
|
-
"
|
3827
|
+
"\u00bb"
|
3828
3828
|
);
|
3829
3829
|
},
|
3830
3830
|
useHostTransitionStatus: unsupportedHook,
|
@@ -572,7 +572,13 @@ function useId() {
|
|
572
572
|
if (null === currentRequest$1)
|
573
573
|
throw Error("useId can only be used while React is rendering");
|
574
574
|
var id = currentRequest$1.identifierCount++;
|
575
|
-
return
|
575
|
+
return (
|
576
|
+
"\u00ab" +
|
577
|
+
currentRequest$1.identifierPrefix +
|
578
|
+
"S" +
|
579
|
+
id.toString(32) +
|
580
|
+
"\u00bb"
|
581
|
+
);
|
576
582
|
}
|
577
583
|
function use(usable) {
|
578
584
|
if (
|
@@ -1160,6 +1166,7 @@ function createTask(request, model, keyPath, implicitSlot, abortSet) {
|
|
1160
1166
|
return pingTask(request, task);
|
1161
1167
|
},
|
1162
1168
|
toJSON: function (parentPropertyName, value) {
|
1169
|
+
serializedSize += parentPropertyName.length;
|
1163
1170
|
var prevKeyPath = task.keyPath,
|
1164
1171
|
prevImplicitSlot = task.implicitSlot;
|
1165
1172
|
try {
|
@@ -1353,7 +1360,6 @@ function renderModelDestructive(
|
|
1353
1360
|
value
|
1354
1361
|
) {
|
1355
1362
|
task.model = value;
|
1356
|
-
serializedSize += parentPropertyName.length;
|
1357
1363
|
if (value === REACT_ELEMENT_TYPE) return "$";
|
1358
1364
|
if (null === value) return null;
|
1359
1365
|
if ("object" === typeof value) {
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "react-server-dom-webpack",
|
3
3
|
"description": "React Server Components bindings for DOM using Webpack. This is intended to be integrated into meta-frameworks. It is not intended to be imported directly.",
|
4
|
-
"version": "19.2.0-canary-
|
4
|
+
"version": "19.2.0-canary-c129c242-20250505",
|
5
5
|
"keywords": [
|
6
6
|
"react"
|
7
7
|
],
|
@@ -99,8 +99,8 @@
|
|
99
99
|
"node": ">=0.10.0"
|
100
100
|
},
|
101
101
|
"peerDependencies": {
|
102
|
-
"react": "19.2.0-canary-
|
103
|
-
"react-dom": "19.2.0-canary-
|
102
|
+
"react": "19.2.0-canary-c129c242-20250505",
|
103
|
+
"react-dom": "19.2.0-canary-c129c242-20250505",
|
104
104
|
"webpack": "^5.59.0"
|
105
105
|
},
|
106
106
|
"dependencies": {
|