We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7558ffe commit 64f8951Copy full SHA for 64f8951
packages/shared/forks/ReactFeatureFlags.test-renderer.native-fb.js
@@ -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;
+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);
0 commit comments