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
re-add dynamic feature flags for isInputPending (#27919)
## Summary
these were removed in #26617. adds
them back so we can conduct another experiment.
## How did you test this change?
`yarn test-www`
DiffTrain build for commit c81f4e0.
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
@@ -25524,7 +25524,7 @@ if (__DEV__) {
25524
25524
return root;
25525
25525
}
25526
25526
25527
-
var ReactVersion = "18.3.0-canary-9723093df-20240109";
25527
+
var ReactVersion = "18.3.0-canary-c81f4e02b-20240109";
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
@@ -9117,7 +9117,7 @@ var devToolsConfig$jscomp$inline_1037 = {
9117
9117
throwError("TestRenderer does not support findFiberByHostInstance()");
9118
9118
},
9119
9119
bundleType: 0,
9120
-
version: "18.3.0-canary-9723093df-20240109",
9120
+
version: "18.3.0-canary-c81f4e02b-20240109",
9121
9121
rendererPackageName: "react-test-renderer"
9122
9122
};
9123
9123
varinternals$jscomp$inline_1230={
@@ -9148,7 +9148,7 @@ var internals$jscomp$inline_1230 = {
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
@@ -9545,7 +9545,7 @@ var devToolsConfig$jscomp$inline_1079 = {
9545
9545
throwError("TestRenderer does not support findFiberByHostInstance()");
9546
9546
},
9547
9547
bundleType: 0,
9548
-
version: "18.3.0-canary-9723093df-20240109",
9548
+
version: "18.3.0-canary-c81f4e02b-20240109",
9549
9549
rendererPackageName: "react-test-renderer"
9550
9550
};
9551
9551
varinternals$jscomp$inline_1271={
@@ -9576,7 +9576,7 @@ var internals$jscomp$inline_1271 = {
0 commit comments