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
Add a feature flag to enable expiration of retry lanes (#27694)
An attempt to see if we can bring back expiration of retry lanes to
avoid cases resolving Suspense can be starved by frequent updates.
In the past, this caused increase browser crashes, but a lot of time has
passed since then. Just trying if we can re-enable this.
Old PR that reverted adding the timeout:
#21300
DiffTrain build for commit 593ecee.
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
@@ -25474,7 +25474,7 @@ if (__DEV__) {
25474
25474
return root;
25475
25475
}
25476
25476
25477
-
var ReactVersion = "18.3.0-canary-07cc4a000-20231113";
25477
+
var ReactVersion = "18.3.0-canary-593ecee66-20231114";
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-07cc4a000-20231113",
9086
+
version: "18.3.0-canary-593ecee66-20231114",
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-07cc4a000-20231113",
9512
+
version: "18.3.0-canary-593ecee66-20231114",
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