Skip to content

Commit

Permalink
Move flag to kill switch section
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmarkbage committed Dec 14, 2024
1 parent c16bc46 commit 49c9946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/shared/ReactFeatureFlags.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
// when it rolls out to prod. We should remove these as soon as possible.
// -----------------------------------------------------------------------------

export const enableHydrationLaneScheduling = true;

// -----------------------------------------------------------------------------
// Land or remove (moderate effort)
//
Expand Down Expand Up @@ -113,8 +115,6 @@ export const enableSuspenseAvoidThisFallbackFizz = false;

export const enableCPUSuspense = __EXPERIMENTAL__;

export const enableHydrationLaneScheduling = true;

// Test this at Meta before enabling.
export const enableNoCloningMemoCache = false;

Expand Down

0 comments on commit 49c9946

Please sign in to comment.