File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ export {
3737 unstable_LegacyHidden ,
3838 unstable_Scope ,
3939 unstable_SuspenseList ,
40+ unstable_ViewTransition ,
4041 unstable_TracingMarker ,
4142 unstable_useCacheRefresh ,
4243 use ,
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ export const enableSiblingPrerendering = __VARIANT__;
3939export const enableUseResourceEffectHook = __VARIANT__ ;
4040export const enableRemoveConsolePatches = __VARIANT__ ;
4141export const enableFastAddPropertiesInDiffing = __VARIANT__ ;
42+ export const enableViewTransition = __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 @@ -38,6 +38,7 @@ export const {
3838 enableOwnerStacks,
3939 enableRemoveConsolePatches,
4040 enableFastAddPropertiesInDiffing,
41+ enableViewTransition,
4142} = dynamicFeatureFlags ;
4243
4344// On WWW, __EXPERIMENTAL__ is used for a new modern build.
@@ -60,7 +61,6 @@ export const enableLegacyFBSupport = true;
6061export const enableYieldingBeforePassive = false ;
6162
6263export const enableThrottledScheduling = false ;
63- export const enableViewTransition = false ;
6464
6565export const enableHydrationLaneScheduling = true ;
6666
You can’t perform that action at this time.
0 commit comments