Skip to content

Commit

Permalink
Add enableComponentStackLocations to `ReactNativeInternalFeatureFla…
Browse files Browse the repository at this point in the history
…gs` libdef
  • Loading branch information
yungsters committed Feb 22, 2024
1 parent 25dbb35 commit ec780c6
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 ec780c6

Please sign in to comment.