Skip to content

Commit aaa4acb

Browse files
authored
Add enableComponentStackLocations to ReactNativeInternalFeatureFlags libdef (#28424)
## Summary Fixing something I accidentally broke this in 25dbb35. ## How did you test this change? Ran the following successfully: ``` $ yarn flow dom-node ```
1 parent 25dbb35 commit aaa4acb

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)