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 0d07288 commit 8b6ead1Copy full SHA for 8b6ead1
packages/shared/ReactFeatureFlags.js
@@ -194,7 +194,7 @@ export const disableLegacyContext = true;
194
export const disableLegacyContextForFunctionComponents = true;
195
196
// Enable the moveBefore() alternative to insertBefore(). This preserves states of moves.
197
-export const enableMoveBefore = __EXPERIMENTAL__;
+export const enableMoveBefore = false;
198
199
// Disabled caching behavior of `react/cache` in client runtimes.
200
export const disableClientCache = true;
0 commit comments