mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
[RN] Move unifiedSyncLane back to dynamic (#28430)
This surfaced a bug because it wasn't on everywhere, moving back to dynamic while we investigate the bug
This commit is contained in:
@@ -14,4 +14,5 @@ declare module 'ReactNativeInternalFeatureFlags' {
|
||||
declare export var enableUseRefAccessWarning: boolean;
|
||||
declare export var passChildrenWhenCloningPersistedNodes: boolean;
|
||||
declare export var useMicrotasksForSchedulingInFabric: boolean;
|
||||
declare export var enableUnifiedSyncLane: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user