Skip to content

Commit

Permalink
Re-enable useMutableSource in internal RN (#22750)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhanlonii committed Nov 12, 2021
1 parent cb11155 commit c0c71a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/forks/ReactFeatureFlags.native-fb.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const enableSyncDefaultUpdates = true;
export const allowConcurrentByDefault = true;

export const consoleManagedByDevToolsDuringStrictMode = false;
export const enableUseMutableSource = false;
export const enableUseMutableSource = true;

// Flow magic to verify the exports of this file match the original version.
// eslint-disable-next-line no-unused-vars
Expand Down

0 comments on commit c0c71a8

Please sign in to comment.