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
Add back temporary experimental_ aliases for Server Actions APIs (#27461)
This adds back the `experimental_`-prefixed Server Actions APIs to the
experimental builds only, so that apps that use those don't immediately
break when upgrading. The APIs will log a warning to encourage people to
move to the unprefixed version, or to switch to the canary release
channel.
We can remove these in a few weeks after we've given people a chance to
upgrade.
This does not affect the canary builds at all, since they never had the
prefixed versions to begin with.
DiffTrain build for commit ca237d6.
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-44d40a077-20231004";
24775
+
var ReactVersion = "18.3.0-canary-ca237d6f0-20231004";
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-44d40a077-20231004",
8981
+
version: "18.3.0-canary-ca237d6f0-20231004",
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-44d40a077-20231004",
9407
+
version: "18.3.0-canary-ca237d6f0-20231004",
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