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
[Flight] createServerReference should export $$FORM_ACTION on the Server (#26987)
Currently, only the browser build exposes the `$$FORM_ACTION` helper.
It's used for creating progressive enhancement fro Server Actions
imported from Client Components. This helper is only useful in SSR
builds so it should be included in the Edge/Node builds of the client.
I also removed it from the browser build. We assume that only the Edge
or Node builds of the client are used
together with SSR. On the client this feature is not needed so we can
exclude the code. This might be a bit unnecessary because it's not that
much code and in theory you might use SSR in a Service Worker or
something where the Browser build would be used but currently we assume
that build is only for the client. That's why it also don't take an
option for reverse
look up of file names.
DiffTrain build for commit 2153a29.
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
@@ -23991,7 +23991,7 @@ function createFiberRoot(
23991
23991
return root;
23992
23992
}
23993
23993
23994
-
var ReactVersion = "18.3.0-canary-5945e068a-20230628";
23994
+
var ReactVersion = "18.3.0-canary-2153a2966-20230628";
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
@@ -8646,7 +8646,7 @@ var devToolsConfig$jscomp$inline_1036 = {
8646
8646
throwError("TestRenderer does not support findFiberByHostInstance()");
8647
8647
},
8648
8648
bundleType: 0,
8649
-
version: "18.3.0-canary-5945e068a-20230628",
8649
+
version: "18.3.0-canary-2153a2966-20230628",
8650
8650
rendererPackageName: "react-test-renderer"
8651
8651
};
8652
8652
varinternals$jscomp$inline_1238={
@@ -8677,7 +8677,7 @@ var internals$jscomp$inline_1238 = {
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
@@ -9072,7 +9072,7 @@ var devToolsConfig$jscomp$inline_1078 = {
9072
9072
throwError("TestRenderer does not support findFiberByHostInstance()");
9073
9073
},
9074
9074
bundleType: 0,
9075
-
version: "18.3.0-canary-5945e068a-20230628",
9075
+
version: "18.3.0-canary-2153a2966-20230628",
9076
9076
rendererPackageName: "react-test-renderer"
9077
9077
};
9078
9078
varinternals$jscomp$inline_1279={
@@ -9103,7 +9103,7 @@ var internals$jscomp$inline_1279 = {
0 commit comments