Skip to content

Commit 32fafdf

Browse files
kassensfacebook-github-bot
authored andcommitted
cleanup shipped flag enableFabricCompleteRootInCommitPhase
Summary: Flag was removed in {D74196673}, this cleans up the dynamic flag. bypass-github-export-checks Changelog: [internal] Reviewed By: jackpope Differential Revision: D74493584 fbshipit-source-id: 6ade542b7e1bd9c4367b7dbef4d2f1ec2d79d0df
1 parent 891ee78 commit 32fafdf

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

packages/react-native-fantom/runtime/mocks/ReactNativeInternalFeatureFlags.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,4 @@
99
* @oncall react_native
1010
*/
1111

12-
module.exports = {
13-
enableFabricCompleteRootInCommitPhase: true,
14-
};
12+
module.exports = {};

packages/react-native/Libraries/ReactNative/__tests__/ReactFabric-Suspense-itest.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,6 @@ describe('Suspense', () => {
186186
expect(resolveFunction).toBeNull();
187187
});
188188

189-
// TODO(T207868872): this test only succeeds with enableFabricCompleteRootInCommitPhase enabled.
190-
// enableFabricCompleteRootInCommitPhase is hardcoded to true in the testing environment.
191189
it('shows stale data while transition is happening', () => {
192190
cache.clear();
193191
cache.set(SquareId.Green, {color: 'green'});

0 commit comments

Comments
 (0)