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
Override .bind on Server References on the Client (#27282)
That way when you bind arguments to a Server Reference, it's still a
server reference and works with progressive enhancement.
This already works on the Server (RSC) layer.
DiffTrain build for commit b798223.
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
@@ -23981,7 +23981,7 @@ function createFiberRoot(
23981
23981
return root;
23982
23982
}
23983
23983
23984
-
var ReactVersion = "18.3.0-canary-ab31a9ed2-20230824";
23984
+
var ReactVersion = "18.3.0-canary-b798223a6-20230825";
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
@@ -8612,7 +8612,7 @@ var devToolsConfig$jscomp$inline_1029 = {
8612
8612
throwError("TestRenderer does not support findFiberByHostInstance()");
8613
8613
},
8614
8614
bundleType: 0,
8615
-
version: "18.3.0-canary-ab31a9ed2-20230824",
8615
+
version: "18.3.0-canary-b798223a6-20230825",
8616
8616
rendererPackageName: "react-test-renderer"
8617
8617
};
8618
8618
varinternals$jscomp$inline_1228={
@@ -8643,7 +8643,7 @@ var internals$jscomp$inline_1228 = {
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
@@ -9038,7 +9038,7 @@ var devToolsConfig$jscomp$inline_1071 = {
9038
9038
throwError("TestRenderer does not support findFiberByHostInstance()");
9039
9039
},
9040
9040
bundleType: 0,
9041
-
version: "18.3.0-canary-ab31a9ed2-20230824",
9041
+
version: "18.3.0-canary-b798223a6-20230825",
9042
9042
rendererPackageName: "react-test-renderer"
9043
9043
};
9044
9044
varinternals$jscomp$inline_1269={
@@ -9069,7 +9069,7 @@ var internals$jscomp$inline_1269 = {
0 commit comments