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] Allow a Server Reference to be registered twice (#28343)
It's possible for the same function instance to appear more than once in
the same graph or even the same file.
Currently this errors on trying to reconfigure the property but it
really doesn't matter which one wins. First or last.
Regardless there will be an entry point generated that can get them.
DiffTrain build for commit 9444c51.
Copy file name to clipboardExpand all lines: compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-dev.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -25697,7 +25697,7 @@ if (__DEV__) {
25697
25697
return root;
25698
25698
}
25699
25699
25700
-
var ReactVersion = "18.3.0-canary-59831c98c-20240218";
25700
+
var ReactVersion = "18.3.0-canary-9444c51c7-20240219";
Copy file name to clipboardExpand all lines: compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-prod.js
+2-2
Original file line number
Diff line number
Diff line change
@@ -9179,7 +9179,7 @@ var devToolsConfig$jscomp$inline_1018 = {
9179
9179
throwError("TestRenderer does not support findFiberByHostInstance()");
9180
9180
},
9181
9181
bundleType: 0,
9182
-
version: "18.3.0-canary-59831c98c-20240218",
9182
+
version: "18.3.0-canary-9444c51c7-20240219",
9183
9183
rendererPackageName: "react-test-renderer"
9184
9184
};
9185
9185
varinternals$jscomp$inline_1199={
@@ -9210,7 +9210,7 @@ var internals$jscomp$inline_1199 = {
Copy file name to clipboardExpand all lines: compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-profiling.js
+2-2
Original file line number
Diff line number
Diff line change
@@ -9607,7 +9607,7 @@ var devToolsConfig$jscomp$inline_1060 = {
9607
9607
throwError("TestRenderer does not support findFiberByHostInstance()");
9608
9608
},
9609
9609
bundleType: 0,
9610
-
version: "18.3.0-canary-59831c98c-20240218",
9610
+
version: "18.3.0-canary-9444c51c7-20240219",
9611
9611
rendererPackageName: "react-test-renderer"
9612
9612
};
9613
9613
varinternals$jscomp$inline_1240={
@@ -9638,7 +9638,7 @@ var internals$jscomp$inline_1240 = {
0 commit comments