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 415092e commit 290f308Copy full SHA for 290f308
packages/shared/ReactFeatureFlags.js
@@ -15,8 +15,6 @@
15
16
export const enableComponentStackLocations = true;
17
18
-export const enableServerComponentKeys = __EXPERIMENTAL__;
19
-
20
// -----------------------------------------------------------------------------
21
// Killswitch
22
//
@@ -169,6 +167,9 @@ export const enableFilterEmptyStringAttributesDOM = __NEXT_MAJOR__;
169
167
// Disabled caching behavior of `react/cache` in client runtimes.
170
168
export const disableClientCache = false;
171
+// Changes Server Components Reconciliation when they have keys
+export const enableServerComponentKeys = __NEXT_MAJOR__;
172
+
173
174
// Chopping Block
175
0 commit comments