Skip to content

Commit a4f9bd5

Browse files
authored
Enable Fragment refs in Experimental (facebook#32670)
That we can test it out in Next.js router conditionally when experimental is on for other reasons.
1 parent ff8f6f2 commit a4f9bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/ReactFeatureFlags.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export const enableUseEffectCRUDOverload = false;
162162
export const enableFastAddPropertiesInDiffing = true;
163163
export const enableLazyPublicInstanceInFabric = false;
164164

165-
export const enableFragmentRefs = false;
165+
export const enableFragmentRefs = __EXPERIMENTAL__;
166166

167167
// -----------------------------------------------------------------------------
168168
// Ready for next major.

0 commit comments

Comments
 (0)