File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ export const enableUseEffectCRUDOverload = __VARIANT__;
3939export const enableFastAddPropertiesInDiffing = __VARIANT__ ;
4040export const enableLazyPublicInstanceInFabric = false ;
4141export const enableViewTransition = __VARIANT__ ;
42+ export const enableScrollEndPolyfill = __VARIANT__ ;
4243
4344// TODO: These flags are hard-coded to the default values used in open source.
4445// Update the tests so that they pass in either mode, then set these
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ export const {
3737 transitionLaneExpirationMs,
3838 enableFastAddPropertiesInDiffing,
3939 enableViewTransition,
40+ enableScrollEndPolyfill,
4041} = dynamicFeatureFlags ;
4142
4243// On WWW, __EXPERIMENTAL__ is used for a new modern build.
@@ -116,7 +117,5 @@ export const enableLazyPublicInstanceInFabric = false;
116117
117118export const enableSwipeTransition = false ;
118119
119- export const enableScrollEndPolyfill = false ;
120-
121120// Flow magic to verify the exports of this file match the original version.
122121( ( ( ( null : any ) : ExportsType ) : FeatureFlagsType ) : ExportsType ) ;
You can’t perform that action at this time.
0 commit comments