@samitouri / QOS-React / commits / 64f89510af

[crud] Enable on RTR FB builds (#31590)

lauren committed Nov 19, 2024 at 17:25 UTC 64f89510af244b1d812de7a74e161975d99ad3e1
1 file changed +1 -1
packages/shared/forks/ReactFeatureFlags.test-renderer.native-fb.js
+1 -1
@@ -80,7 +80,7 @@ export const transitionLaneExpirationMs = 5000;
80 export const useModernStrictMode = true;
81 export const enableFabricCompleteRootInCommitPhase = false;
82 export const enableSiblingPrerendering = true;
83 -export const enableUseResourceEffectHook = false;
83 +export const enableUseResourceEffectHook = true;
84
85 // Flow magic to verify the exports of this file match the original version.
86 ((((null: any): ExportsType): FeatureFlagsType): ExportsType);