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
Convert ReactCompositeComponentDOMMinimalism to createRoot (#28194)
Not sure if this was also meant to test findDOMNode. But sounded like it
was more interested in the rendering aspect and findDOMNode was just
used as a utility. If we want to keep the findDOMNode tests, I'd just
rename it to a legacy test to indicate it needs to be flagged.
DiffTrain build for commit c4e9ed3.
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
@@ -25622,7 +25622,7 @@ if (__DEV__) {
25622
25622
return root;
25623
25623
}
25624
25624
25625
-
var ReactVersion = "18.3.0-canary-3cfe0cc0c-20240202";
25625
+
var ReactVersion = "18.3.0-canary-c4e9ed3fe-20240202";
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
@@ -9149,7 +9149,7 @@ var devToolsConfig$jscomp$inline_1031 = {
9149
9149
throwError("TestRenderer does not support findFiberByHostInstance()");
9150
9150
},
9151
9151
bundleType: 0,
9152
-
version: "18.3.0-canary-3cfe0cc0c-20240202",
9152
+
version: "18.3.0-canary-c4e9ed3fe-20240202",
9153
9153
rendererPackageName: "react-test-renderer"
9154
9154
};
9155
9155
varinternals$jscomp$inline_1207={
@@ -9180,7 +9180,7 @@ var internals$jscomp$inline_1207 = {
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
@@ -9577,7 +9577,7 @@ var devToolsConfig$jscomp$inline_1073 = {
9577
9577
throwError("TestRenderer does not support findFiberByHostInstance()");
9578
9578
},
9579
9579
bundleType: 0,
9580
-
version: "18.3.0-canary-3cfe0cc0c-20240202",
9580
+
version: "18.3.0-canary-c4e9ed3fe-20240202",
9581
9581
rendererPackageName: "react-test-renderer"
9582
9582
};
9583
9583
varinternals$jscomp$inline_1248={
@@ -9608,7 +9608,7 @@ var internals$jscomp$inline_1248 = {
0 commit comments