Skip to content

Commit c0c71a8

Browse files
authored
Re-enable useMutableSource in internal RN (#22750)
1 parent cb11155 commit c0c71a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/forks/ReactFeatureFlags.native-fb.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export const enableSyncDefaultUpdates = true;
7474
export const allowConcurrentByDefault = true;
7575

7676
export const consoleManagedByDevToolsDuringStrictMode = false;
77-
export const enableUseMutableSource = false;
77+
export const enableUseMutableSource = true;
7878

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

0 commit comments

Comments
 (0)