Skip to content

Commit

Permalink
Add enableComponentStackLocations to `ReactNativeInternalFeatureFla…
Browse files Browse the repository at this point in the history
…gs` 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
```
  • Loading branch information
yungsters authored Feb 22, 2024
1 parent 25dbb35 commit aaa4acb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/flow/xplat.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit aaa4acb

Please sign in to comment.