mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
0f128f8b2c
commit
0c70c0166e
Vendored
+2
@@ -145,6 +145,8 @@ class PojoCollector {
|
||||
}
|
||||
})();
|
||||
|
||||
/* $FlowFixMe[incompatible-return] Natural Inference rollout. See
|
||||
* https://fburl.com/workplace/6291gfvu */
|
||||
return {
|
||||
type: 'ArrayTypeAnnotation',
|
||||
elementType: pojoElementType,
|
||||
|
||||
Reference in New Issue
Block a user