Skip to content

Commit

Permalink
[crud] Enable on RTR FB builds (#31590)
Browse files Browse the repository at this point in the history
  • Loading branch information
poteto authored Nov 19, 2024
1 parent 7558ffe commit 64f8951
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const transitionLaneExpirationMs = 5000;
export const useModernStrictMode = true;
export const enableFabricCompleteRootInCommitPhase = false;
export const enableSiblingPrerendering = true;
export const enableUseResourceEffectHook = false;
export const enableUseResourceEffectHook = true;

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

0 comments on commit 64f8951

Please sign in to comment.