Skip to content

Commit 3512ffb

Browse files
committed
fug it
1 parent c1429b0 commit 3512ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/ReactFeatureFlags.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export const transitionLaneExpirationMs = 5000;
140140
// __NEXT_MAJOR__ is an alias for __EXPERIMENTAL__.
141141
// The global injects a value from the feature flag script to diff flags.
142142
// -----------------------------------------------------------------------------
143-
const __NEXT_MAJOR__ = global.__NEXT_MAJOR__ || __EXPERIMENTAL__;
143+
const __NEXT_MAJOR__ = __EXPERIMENTAL__;
144144

145145
// Not ready to break experimental yet.
146146
export const disableLegacyContext = false;

0 commit comments

Comments
 (0)