Skip to content

Commit ec780c6

Browse files
committed
Add enableComponentStackLocations to ReactNativeInternalFeatureFlags libdef
1 parent 25dbb35 commit ec780c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/flow/xplat.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
declare module 'ReactNativeInternalFeatureFlags' {
1111
declare export var alwaysThrottleRetries: boolean;
12+
declare export var enableComponentStackLocations: boolean;
1213
declare export var enableDeferRootSchedulingToMicrotask: boolean;
1314
declare export var enableUseRefAccessWarning: boolean;
1415
declare export var passChildrenWhenCloningPersistedNodes: boolean;

0 commit comments

Comments
 (0)