File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,8 +102,6 @@ export const enableCPUSuspense = __EXPERIMENTAL__;
102
102
103
103
export const enableFloat = true ;
104
104
105
- export const enableBigIntSupport = __EXPERIMENTAL__ ;
106
-
107
105
// Enables unstable_useMemoCache hook, intended as a compilation target for
108
106
// auto-memoization.
109
107
export const enableUseMemoCacheHook = __EXPERIMENTAL__ ;
@@ -174,6 +172,8 @@ export const disableClientCache = false;
174
172
// Changes Server Components Reconciliation when they have keys
175
173
export const enableServerComponentKeys = __NEXT_MAJOR__ ;
176
174
175
+ export const enableBigIntSupport = __NEXT_MAJOR__ ;
176
+
177
177
/**
178
178
* Enables a new error detection for infinite render loops from updates caused
179
179
* by setState or similar outside of the component owning the state.
You can’t perform that action at this time.
0 commit comments