Skip to content

Commit

Permalink
Add enableServerComponentKeys to NEXT_MAJOR
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmarkbage authored Feb 6, 2024
1 parent 6692445 commit eeb9c4d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/shared/ReactFeatureFlags.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

export const enableComponentStackLocations = true;

export const enableServerComponentKeys = __EXPERIMENTAL__;

// -----------------------------------------------------------------------------
// Killswitch
//
Expand Down Expand Up @@ -169,6 +167,9 @@ export const enableFilterEmptyStringAttributesDOM = __NEXT_MAJOR__;
// Disabled caching behavior of `react/cache` in client runtimes.
export const disableClientCache = false;

// Changes Server Components Reconciliation when they have keys
export const enableServerComponentKeys = __NEXT_MAJOR__;

// -----------------------------------------------------------------------------
// Chopping Block
//
Expand Down

0 comments on commit eeb9c4d

Please sign in to comment.