Skip to content

Commit 6d79962

Browse files
committed
Ship enableServerComponentLogs flag
1 parent 61739a8 commit 6d79962

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
@@ -134,7 +134,7 @@ export const alwaysThrottleRetries = true;
134134

135135
export const passChildrenWhenCloningPersistedNodes = false;
136136

137-
export const enableServerComponentLogs = __EXPERIMENTAL__;
137+
export const enableServerComponentLogs = true;
138138

139139
/**
140140
* Enables a new Fiber flag used in persisted mode to reduce the number

0 commit comments

Comments
 (0)