mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user