Skip to content

Commit

Permalink
Enable suspenseCallback on React Native
Browse files Browse the repository at this point in the history
  • Loading branch information
bgirard authored and poteto committed Aug 22, 2024
1 parent b57d282 commit d49c9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/forks/ReactFeatureFlags.native-fb.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const enableScopeAPI = false;
export const enableServerComponentLogs = true;
export const enableSuspenseAvoidThisFallback = false;
export const enableSuspenseAvoidThisFallbackFizz = false;
export const enableSuspenseCallback = false;
export const enableSuspenseCallback = true;
export const enableTaint = true;
export const enableTransitionTracing = false;
export const enableTrustedTypesIntegration = false;
Expand Down

0 comments on commit d49c9e6

Please sign in to comment.