File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ export const enableSchedulingProfiler: boolean = __VARIANT__;
2929export const enableInfiniteRenderLoopDetection : boolean = __VARIANT__ ;
3030
3131export const enableFastAddPropertiesInDiffing : boolean = __VARIANT__ ;
32+ export const enableSuspenseyImages : boolean = __VARIANT__ ;
3233export const enableViewTransition : boolean = __VARIANT__ ;
3334export const enableScrollEndPolyfill : boolean = __VARIANT__ ;
3435export const enableFragmentRefs : boolean = __VARIANT__ ;
Original file line number Diff line number Diff 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
103104export const enableGestureTransition : boolean = false ;
104105
105- export const enableSuspenseyImages : boolean = false ;
106106export const enableFizzBlockingRender : boolean = true ;
107107export const enableSrcObject : boolean = false ;
108108export const enableHydrationChangeEvent : boolean = false ;
You can’t perform that action at this time.
0 commit comments