Skip to content

Commit 64f8951

Browse files
authored
[crud] Enable on RTR FB builds (#31590)
1 parent 7558ffe commit 64f8951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/forks/ReactFeatureFlags.test-renderer.native-fb.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export const transitionLaneExpirationMs = 5000;
8080
export const useModernStrictMode = true;
8181
export const enableFabricCompleteRootInCommitPhase = false;
8282
export const enableSiblingPrerendering = true;
83-
export const enableUseResourceEffectHook = false;
83+
export const enableUseResourceEffectHook = true;
8484

8585
// Flow magic to verify the exports of this file match the original version.
8686
((((null: any): ExportsType): FeatureFlagsType): ExportsType);

0 commit comments

Comments
 (0)