Add `enableComponentStackLocations` to `ReactNativeInternalFeatureFlags` libdef (#28424)
## Summary Fixing something I accidentally broke this in https://github.com/facebook/react/commit/25dbb3556ee9802c18f45c278abf3c33711237eb. ## How did you test this change? Ran the following successfully: ``` $ yarn flow dom-node ```
Timothy Yung committed
Feb 22, 2024 at 15:58 UTC
aaa4acb1280fcda398defb805db47a8623df6c0f
1 file changed
+1
scripts/flow/xplat.js
+1
@@ -9,6 +9,7 @@
9
10
declare module 'ReactNativeInternalFeatureFlags' {
11
declare export var alwaysThrottleRetries: boolean;
12
+ declare export var enableComponentStackLocations: boolean;
13
declare export var enableDeferRootSchedulingToMicrotask: boolean;
14
declare export var enableUseRefAccessWarning: boolean;
15
declare export var passChildrenWhenCloningPersistedNodes: boolean;