Skip to content

Commit

Permalink
Ship enableServerComponentLogs flag
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmarkbage committed Aug 29, 2024
1 parent 61739a8 commit 6d79962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/ReactFeatureFlags.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export const alwaysThrottleRetries = true;

export const passChildrenWhenCloningPersistedNodes = false;

export const enableServerComponentLogs = __EXPERIMENTAL__;
export const enableServerComponentLogs = true;

/**
* Enables a new Fiber flag used in persisted mode to reduce the number
Expand Down

0 comments on commit 6d79962

Please sign in to comment.