Skip to content

Commit 9b32d88

Browse files
author
Sebastian Silbermann
committed
Schedule BigInt support for next major
1 parent 822d3e4 commit 9b32d88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/shared/ReactFeatureFlags.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ export const enableCPUSuspense = __EXPERIMENTAL__;
102102

103103
export const enableFloat = true;
104104

105-
export const enableBigIntSupport = __EXPERIMENTAL__;
106-
107105
// Enables unstable_useMemoCache hook, intended as a compilation target for
108106
// auto-memoization.
109107
export const enableUseMemoCacheHook = __EXPERIMENTAL__;
@@ -174,6 +172,8 @@ export const disableClientCache = false;
174172
// Changes Server Components Reconciliation when they have keys
175173
export const enableServerComponentKeys = __NEXT_MAJOR__;
176174

175+
export const enableBigIntSupport = __NEXT_MAJOR__;
176+
177177
/**
178178
* Enables a new error detection for infinite render loops from updates caused
179179
* by setState or similar outside of the component owning the state.

0 commit comments

Comments
 (0)