pre-suppress errors for natural inference rollout in xplat/js (#51524)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/51524

Links in error suppressions will point to the announcement post in Flow FYI.

Changelog: [Internal]

drop-conflicts

Reviewed By: marcoww6

Differential Revision: D75188177

fbshipit-source-id: 27ea1fbee848e9371e679cf423e30bc9608edea0
This commit is contained in:
Panos Vekris
2025-05-22 02:50:47 -07:00
committed by Facebook GitHub Bot
parent 0f128f8b2c
commit 0c70c0166e
40 changed files with 213 additions and 1 deletions
@@ -145,6 +145,8 @@ class PojoCollector {
}
})();
/* $FlowFixMe[incompatible-return] Natural Inference rollout. See
* https://fburl.com/workplace/6291gfvu */
return {
type: 'ArrayTypeAnnotation',
elementType: pojoElementType,