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
fix[devtools/e2e]: add fallback for act in integration tests (#27842)
#27805 broke integration tests for
React DevTools with React 17, these changes introduce a fallback for
such case when `act` is not available in `react`, but available in
`react-dom`, like before.
DiffTrain build for commit 3e00e58.
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
@@ -25476,7 +25476,7 @@ if (__DEV__) {
25476
25476
return root;
25477
25477
}
25478
25478
25479
-
var ReactVersion = "18.3.0-canary-8b1547b67-20231216";
25479
+
var ReactVersion = "18.3.0-canary-3e00e58a6-20231217";
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
@@ -9083,7 +9083,7 @@ var devToolsConfig$jscomp$inline_1033 = {
9083
9083
throwError("TestRenderer does not support findFiberByHostInstance()");
9084
9084
},
9085
9085
bundleType: 0,
9086
-
version: "18.3.0-canary-8b1547b67-20231216",
9086
+
version: "18.3.0-canary-3e00e58a6-20231217",
9087
9087
rendererPackageName: "react-test-renderer"
9088
9088
};
9089
9089
varinternals$jscomp$inline_1226={
@@ -9114,7 +9114,7 @@ var internals$jscomp$inline_1226 = {
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
@@ -9509,7 +9509,7 @@ var devToolsConfig$jscomp$inline_1075 = {
9509
9509
throwError("TestRenderer does not support findFiberByHostInstance()");
9510
9510
},
9511
9511
bundleType: 0,
9512
-
version: "18.3.0-canary-8b1547b67-20231216",
9512
+
version: "18.3.0-canary-3e00e58a6-20231217",
9513
9513
rendererPackageName: "react-test-renderer"
9514
9514
};
9515
9515
varinternals$jscomp$inline_1267={
@@ -9540,7 +9540,7 @@ var internals$jscomp$inline_1267 = {
0 commit comments