-
Notifications
You must be signed in to change notification settings - Fork 47.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove enableGetInspectorDataForInstanceInProduction flag #32033
Remove enableGetInspectorDataForInstanceInProduction flag #32033
Conversation
Comparing: fd9cfa4...8552973 Critical size changesIncludes critical production bundles, as well as any change greater than 2%:
Significant size changesIncludes any change greater than 0.2%: Expand to show
|
let getInspectorDataForInstance: ( | ||
closestInstance: Fiber | null, | ||
) => InspectorData; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If its no longer exported from renderer configs, should it be exported from ReactNativeFiberInspector
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's still referenced here from ReactNativeFiberInspector:
getInspectorDataForInstance, |
## Summary Callers for this method has been removed in facebook/react-native@65bda54, so these methods no longer need to be conditionally exported and the feature flag can be removed. ## How did you test this change? Flow fabric/native DiffTrain build for [74ea0c7](74ea0c7)
Summary
Callers for this method has been removed in facebook/react-native@65bda54, so these methods no longer need to be conditionally exported and the feature flag can be removed.
How did you test this change?
Flow fabric/native