react-server-dom-webpack 19.2.0-canary-526dd340-20250602 → 19.2.0-canary-1ae0a845-20250603
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 +1 -7
- package/cjs/react-server-dom-webpack-server.edge.development.js +3 -3
- package/cjs/react-server-dom-webpack-server.edge.production.js +1 -7
- package/cjs/react-server-dom-webpack-server.node.development.js +3 -3
- package/cjs/react-server-dom-webpack-server.node.production.js +1 -7
- package/cjs/react-server-dom-webpack-server.node.unbundled.development.js +3 -3
- package/cjs/react-server-dom-webpack-server.node.unbundled.production.js +1 -7
- package/package.json +3 -3
@@ -2746,10 +2746,10 @@
|
|
2746
2746
|
return hook.checkDCE ? !0 : !1;
|
2747
2747
|
})({
|
2748
2748
|
bundleType: 1,
|
2749
|
-
version: "19.2.0-canary-
|
2749
|
+
version: "19.2.0-canary-1ae0a845-20250603",
|
2750
2750
|
rendererPackageName: "react-server-dom-webpack",
|
2751
2751
|
currentDispatcherRef: ReactSharedInternals,
|
2752
|
-
reconcilerVersion: "19.2.0-canary-
|
2752
|
+
reconcilerVersion: "19.2.0-canary-1ae0a845-20250603",
|
2753
2753
|
getCurrentComponentInfo: function () {
|
2754
2754
|
return currentOwnerInDEV;
|
2755
2755
|
}
|
@@ -3859,11 +3859,11 @@
|
|
3859
3859
|
throw Error("useId can only be used while React is rendering");
|
3860
3860
|
var id = currentRequest$1.identifierCount++;
|
3861
3861
|
return (
|
3862
|
-
"
|
3862
|
+
"_" +
|
3863
3863
|
currentRequest$1.identifierPrefix +
|
3864
|
-
"
|
3864
|
+
"S_" +
|
3865
3865
|
id.toString(32) +
|
3866
|
-
"
|
3866
|
+
"_"
|
3867
3867
|
);
|
3868
3868
|
},
|
3869
3869
|
useHostTransitionStatus: unsupportedHook,
|
@@ -554,13 +554,7 @@ 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 (
|
558
|
-
"\u00ab" +
|
559
|
-
currentRequest$1.identifierPrefix +
|
560
|
-
"S" +
|
561
|
-
id.toString(32) +
|
562
|
-
"\u00bb"
|
563
|
-
);
|
557
|
+
return "_" + currentRequest$1.identifierPrefix + "S_" + id.toString(32) + "_";
|
564
558
|
}
|
565
559
|
function use(usable) {
|
566
560
|
if (
|
@@ -3939,11 +3939,11 @@
|
|
3939
3939
|
throw Error("useId can only be used while React is rendering");
|
3940
3940
|
var id = currentRequest$1.identifierCount++;
|
3941
3941
|
return (
|
3942
|
-
"
|
3942
|
+
"_" +
|
3943
3943
|
currentRequest$1.identifierPrefix +
|
3944
|
-
"
|
3944
|
+
"S_" +
|
3945
3945
|
id.toString(32) +
|
3946
|
-
"
|
3946
|
+
"_"
|
3947
3947
|
);
|
3948
3948
|
},
|
3949
3949
|
useHostTransitionStatus: unsupportedHook,
|
@@ -552,13 +552,7 @@ 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 (
|
556
|
-
"\u00ab" +
|
557
|
-
currentRequest$1.identifierPrefix +
|
558
|
-
"S" +
|
559
|
-
id.toString(32) +
|
560
|
-
"\u00bb"
|
561
|
-
);
|
555
|
+
return "_" + currentRequest$1.identifierPrefix + "S_" + id.toString(32) + "_";
|
562
556
|
}
|
563
557
|
function use(usable) {
|
564
558
|
if (
|
@@ -3936,11 +3936,11 @@
|
|
3936
3936
|
throw Error("useId can only be used while React is rendering");
|
3937
3937
|
var id = currentRequest$1.identifierCount++;
|
3938
3938
|
return (
|
3939
|
-
"
|
3939
|
+
"_" +
|
3940
3940
|
currentRequest$1.identifierPrefix +
|
3941
|
-
"
|
3941
|
+
"S_" +
|
3942
3942
|
id.toString(32) +
|
3943
|
-
"
|
3943
|
+
"_"
|
3944
3944
|
);
|
3945
3945
|
},
|
3946
3946
|
useHostTransitionStatus: unsupportedHook,
|
@@ -572,13 +572,7 @@ 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 (
|
576
|
-
"\u00ab" +
|
577
|
-
currentRequest$1.identifierPrefix +
|
578
|
-
"S" +
|
579
|
-
id.toString(32) +
|
580
|
-
"\u00bb"
|
581
|
-
);
|
575
|
+
return "_" + currentRequest$1.identifierPrefix + "S_" + id.toString(32) + "_";
|
582
576
|
}
|
583
577
|
function use(usable) {
|
584
578
|
if (
|
@@ -3899,11 +3899,11 @@
|
|
3899
3899
|
throw Error("useId can only be used while React is rendering");
|
3900
3900
|
var id = currentRequest$1.identifierCount++;
|
3901
3901
|
return (
|
3902
|
-
"
|
3902
|
+
"_" +
|
3903
3903
|
currentRequest$1.identifierPrefix +
|
3904
|
-
"
|
3904
|
+
"S_" +
|
3905
3905
|
id.toString(32) +
|
3906
|
-
"
|
3906
|
+
"_"
|
3907
3907
|
);
|
3908
3908
|
},
|
3909
3909
|
useHostTransitionStatus: unsupportedHook,
|
@@ -572,13 +572,7 @@ 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 (
|
576
|
-
"\u00ab" +
|
577
|
-
currentRequest$1.identifierPrefix +
|
578
|
-
"S" +
|
579
|
-
id.toString(32) +
|
580
|
-
"\u00bb"
|
581
|
-
);
|
575
|
+
return "_" + currentRequest$1.identifierPrefix + "S_" + id.toString(32) + "_";
|
582
576
|
}
|
583
577
|
function use(usable) {
|
584
578
|
if (
|
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-1ae0a845-20250603",
|
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-1ae0a845-20250603",
|
103
|
+
"react-dom": "19.2.0-canary-1ae0a845-20250603",
|
104
104
|
"webpack": "^5.59.0"
|
105
105
|
},
|
106
106
|
"dependencies": {
|