[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:
Ricky
2024-02-23 10:31:01 -05:00
committed by GitHub
parent aaa4acb128
commit 98b8359f65
3 changed files with 3 additions and 1 deletions

View File

@@ -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;
}