We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d7808 commit e5ebdd6Copy full SHA for e5ebdd6
packages/shared/ReactFeatureFlags.js
@@ -193,7 +193,7 @@ export const disableLegacyContext = true;
193
export const disableLegacyContextForFunctionComponents = true;
194
195
// Enable the moveBefore() alternative to insertBefore(). This preserves states of moves.
196
-export const enableMoveBefore = false;
+export const enableMoveBefore = __EXPERIMENTAL__;
197
198
// Disabled caching behavior of `react/cache` in client runtimes.
199
export const disableClientCache = true;
0 commit comments