Skip to content

Commit 290f308

Browse files
sebmarkbageAndyPengc12
authored andcommitted
Add enableServerComponentKeys to NEXT_MAJOR (facebook#28259)
1 parent 415092e commit 290f308

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/shared/ReactFeatureFlags.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515

1616
export const enableComponentStackLocations = true;
1717

18-
export const enableServerComponentKeys = __EXPERIMENTAL__;
19-
2018
// -----------------------------------------------------------------------------
2119
// Killswitch
2220
//
@@ -169,6 +167,9 @@ export const enableFilterEmptyStringAttributesDOM = __NEXT_MAJOR__;
169167
// Disabled caching behavior of `react/cache` in client runtimes.
170168
export const disableClientCache = false;
171169

170+
// Changes Server Components Reconciliation when they have keys
171+
export const enableServerComponentKeys = __NEXT_MAJOR__;
172+
172173
// -----------------------------------------------------------------------------
173174
// Chopping Block
174175
//

0 commit comments

Comments
 (0)