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
## Summary
`isInputPending` is not in use. This PR cleans up the flags controlling
its gating and parameters to simplify Scheduler.
Makes `frameYieldMs` feature flag static, set to 10ms in www, which we
found built on the wins provided by a broader yield interval via
`isInputPending`. Flag remains set to 5ms in OSS builds.
## How did you test this change?
`yarn test Scheduler`
DiffTrain build for commit 3bcd2de.
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
@@ -25733,7 +25733,7 @@ if (__DEV__) {
25733
25733
return root;
25734
25734
}
25735
25735
25736
-
var ReactVersion = "18.3.0-canary-172a7f629-20240226";
25736
+
var ReactVersion = "18.3.0-canary-3bcd2de01-20240227";
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
@@ -9171,7 +9171,7 @@ var devToolsConfig$jscomp$inline_1014 = {
9171
9171
throwError("TestRenderer does not support findFiberByHostInstance()");
9172
9172
},
9173
9173
bundleType: 0,
9174
-
version: "18.3.0-canary-172a7f629-20240226",
9174
+
version: "18.3.0-canary-3bcd2de01-20240227",
9175
9175
rendererPackageName: "react-test-renderer"
9176
9176
};
9177
9177
varinternals$jscomp$inline_1195={
@@ -9202,7 +9202,7 @@ var internals$jscomp$inline_1195 = {
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
@@ -9599,7 +9599,7 @@ var devToolsConfig$jscomp$inline_1056 = {
9599
9599
throwError("TestRenderer does not support findFiberByHostInstance()");
9600
9600
},
9601
9601
bundleType: 0,
9602
-
version: "18.3.0-canary-172a7f629-20240226",
9602
+
version: "18.3.0-canary-3bcd2de01-20240227",
9603
9603
rendererPackageName: "react-test-renderer"
9604
9604
};
9605
9605
varinternals$jscomp$inline_1236={
@@ -9630,7 +9630,7 @@ var internals$jscomp$inline_1236 = {
0 commit comments