Skip to content

Commit 00f063c

Browse files
authored
[test] Make enableSuspenseyImages dynamic (#36274)
1 parent 0418c8a commit 00f063c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/shared/forks/ReactFeatureFlags.www-dynamic.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export const enableSchedulingProfiler: boolean = __VARIANT__;
2929
export const enableInfiniteRenderLoopDetection: boolean = __VARIANT__;
3030

3131
export const enableFastAddPropertiesInDiffing: boolean = __VARIANT__;
32+
export const enableSuspenseyImages: boolean = __VARIANT__;
3233
export const enableViewTransition: boolean = __VARIANT__;
3334
export const enableScrollEndPolyfill: boolean = __VARIANT__;
3435
export const enableFragmentRefs: boolean = __VARIANT__;

packages/shared/forks/ReactFeatureFlags.www.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export const {
2727
retryLaneExpirationMs,
2828
syncLaneExpirationMs,
2929
transitionLaneExpirationMs,
30+
enableSuspenseyImages,
3031
enableViewTransition,
3132
enableScrollEndPolyfill,
3233
enableFragmentRefs,
@@ -102,7 +103,6 @@ export const enableViewTransitionForPersistenceMode: boolean = false;
102103

103104
export const enableGestureTransition: boolean = false;
104105

105-
export const enableSuspenseyImages: boolean = false;
106106
export const enableFizzBlockingRender: boolean = true;
107107
export const enableSrcObject: boolean = false;
108108
export const enableHydrationChangeEvent: boolean = false;

0 commit comments

Comments
 (0)