mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Flow: remove unused suppressions (#25424)
Removes $FlowFixMe's that are no longer needed. Used flow/tool from the Flow repo: ``` ~/Developer/flow/tool update-suppressions . ```
This commit is contained in:
@@ -15,7 +15,6 @@ function wrapWithHoc(Component, index) {
|
||||
return <Component />;
|
||||
}
|
||||
|
||||
// $FlowFixMe
|
||||
const displayName = Component.displayName || Component.name;
|
||||
|
||||
// $FlowFixMe[incompatible-type] found when upgrading Flow
|
||||
|
||||
Reference in New Issue
Block a user