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:
Jan Kassens
2022-10-04 16:18:12 -04:00
committed by GitHub
parent 9813edef29
commit ea04a486a7
46 changed files with 11 additions and 113 deletions
@@ -15,7 +15,6 @@ function wrapWithHoc(Component, index) {
return <Component />;
}
// $FlowFixMe
const displayName = Component.displayName || Component.name;
// $FlowFixMe[incompatible-type] found when upgrading Flow