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
## Overview
These tests are important for `ReactDOM.render`, so instead of just
re-writing them to `createRoot` and losing coverage:
- Moved the `.render` tests to `ReactLegacyUpdates`
- Re-wrote the tests in `ReactUpdates` to use `createRoot`
- Remove `unstable_batchedUpdates` from `ReactUpdates`
In a future PR, when I flag `batchedUpdates` with a Noop, I can add the
gate to just the tests in `ReactLegacyUpdates`.
DiffTrain build for commit 8bb6ee1.
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
@@ -25572,7 +25572,7 @@ if (__DEV__) {
25572
25572
return root;
25573
25573
}
25574
25574
25575
-
var ReactVersion = "18.3.0-canary-5420c4ea0-20240124";
25575
+
var ReactVersion = "18.3.0-canary-8bb6ee1d3-20240125";
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
@@ -9131,7 +9131,7 @@ var devToolsConfig$jscomp$inline_1031 = {
9131
9131
throwError("TestRenderer does not support findFiberByHostInstance()");
9132
9132
},
9133
9133
bundleType: 0,
9134
-
version: "18.3.0-canary-5420c4ea0-20240124",
9134
+
version: "18.3.0-canary-8bb6ee1d3-20240125",
9135
9135
rendererPackageName: "react-test-renderer"
9136
9136
};
9137
9137
varinternals$jscomp$inline_1207={
@@ -9162,7 +9162,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-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9559,7 +9559,7 @@ var devToolsConfig$jscomp$inline_1073 = {
9559
9559
throwError("TestRenderer does not support findFiberByHostInstance()");
9560
9560
},
9561
9561
bundleType: 0,
9562
-
version: "18.3.0-canary-5420c4ea0-20240124",
9562
+
version: "18.3.0-canary-8bb6ee1d3-20240125",
9563
9563
rendererPackageName: "react-test-renderer"
9564
9564
};
9565
9565
varinternals$jscomp$inline_1248={
@@ -9590,7 +9590,7 @@ var internals$jscomp$inline_1248 = {
0 commit comments