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
```
This commit is contained in:
Timothy Yung
2024-02-22 18:58:12 -05:00
committed by GitHub
parent 25dbb3556e
commit aaa4acb128
+1
View File
@@ -9,6 +9,7 @@
declare module 'ReactNativeInternalFeatureFlags' {
declare export var alwaysThrottleRetries: boolean;
declare export var enableComponentStackLocations: boolean;
declare export var enableDeferRootSchedulingToMicrotask: boolean;
declare export var enableUseRefAccessWarning: boolean;
declare export var passChildrenWhenCloningPersistedNodes: boolean;