You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
react-dom/server-rendering-stub: restore experimental prefix for useFormState and useFormStatus (#27470)
in #27461 the experimental prefix was added back for `useFormState` and
`useFormStatus` in react-dom. However these functions are also exported
from the server rendering stub too and when using the stub with
experimental prefixes their absence causes unexpected errors.
This change adds back the experimental prefix for these two hooks to
match the experimental build of react-dom.
DiffTrain build for commit 546178f.
Copy file name to clipboardExpand all lines: compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-dev.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24772,7 +24772,7 @@ function createFiberRoot(
24772
24772
return root;
24773
24773
}
24774
24774
24775
-
var ReactVersion = "18.3.0-canary-16619f106-20231005";
24775
+
var ReactVersion = "18.3.0-canary-546178f91-20231005";
Copy file name to clipboardExpand all lines: compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-prod.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8978,7 +8978,7 @@ var devToolsConfig$jscomp$inline_998 = {
8978
8978
throwError("TestRenderer does not support findFiberByHostInstance()");
8979
8979
},
8980
8980
bundleType: 0,
8981
-
version: "18.3.0-canary-16619f106-20231005",
8981
+
version: "18.3.0-canary-546178f91-20231005",
8982
8982
rendererPackageName: "react-test-renderer"
8983
8983
};
8984
8984
varinternals$jscomp$inline_1191={
@@ -9009,7 +9009,7 @@ var internals$jscomp$inline_1191 = {
Copy file name to clipboardExpand all lines: compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-profiling.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9404,7 +9404,7 @@ var devToolsConfig$jscomp$inline_1040 = {
9404
9404
throwError("TestRenderer does not support findFiberByHostInstance()");
9405
9405
},
9406
9406
bundleType: 0,
9407
-
version: "18.3.0-canary-16619f106-20231005",
9407
+
version: "18.3.0-canary-546178f91-20231005",
9408
9408
rendererPackageName: "react-test-renderer"
9409
9409
};
9410
9410
varinternals$jscomp$inline_1232={
@@ -9435,7 +9435,7 @@ var internals$jscomp$inline_1232 = {
0 commit comments