mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Annotate implicit instantiation in xplat
Summary: Changelog: [Internal] Reviewed By: jbrown215 Differential Revision: D41662414 fbshipit-source-id: 763cde4ecc19ae2407cd9cf13557248544d2e0d1
This commit is contained in:
committed by
Facebook GitHub Bot
parent
dfbb63996a
commit
3905fd4bd7
@@ -294,7 +294,7 @@ function translateArrayTypeAnnotation(
|
||||
* invalid Array ElementTypes. Then, make the elementType a required
|
||||
* parameter.
|
||||
*/
|
||||
const [_elementType, isElementTypeNullable] = unwrapNullable(
|
||||
const [_elementType, isElementTypeNullable] = unwrapNullable<$FlowFixMe>(
|
||||
translateTypeAnnotation(
|
||||
hasteModuleName,
|
||||
elementType,
|
||||
|
||||
Reference in New Issue
Block a user