Skip to content

Commit e5ebdd6

Browse files
committed
Enable moveBefore in experimental
1 parent f9d7808 commit e5ebdd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/ReactFeatureFlags.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ export const disableLegacyContext = true;
193193
export const disableLegacyContextForFunctionComponents = true;
194194

195195
// Enable the moveBefore() alternative to insertBefore(). This preserves states of moves.
196-
export const enableMoveBefore = false;
196+
export const enableMoveBefore = __EXPERIMENTAL__;
197197

198198
// Disabled caching behavior of `react/cache` in client runtimes.
199199
export const disableClientCache = true;

0 commit comments

Comments
 (0)