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 0e4135e commit 08e9554Copy full SHA for 08e9554
packages/shared/forks/ReactFeatureFlags.www.js
@@ -14,7 +14,6 @@ import typeof * as FeatureFlagsShimType from './ReactFeatureFlags.www';
14
export const {
15
debugRenderPhaseSideEffects,
16
debugRenderPhaseSideEffectsForStrictMode,
17
- enableSuspenseServerRenderer,
18
replayFailedUnitOfWorkWithInvokeGuardedCallback,
19
warnAboutDeprecatedLifecycles,
20
disableInputAttributeSyncing,
@@ -35,6 +34,8 @@ export const enableSchedulerDebugging = true;
35
34
36
export const enableStableConcurrentModeAPIs = false;
37
+export const enableSuspenseServerRenderer = true;
38
+
39
let refCount = 0;
40
export function addUserTimingListener() {
41
if (__DEV__) {
0 commit comments