Files
react-native/Libraries
Sam Goldman 62fcb4e22c Fixed Flow typing of TextInput refs
Summary:
`React.ElementRef<HostComponent<mixed>>` is an inexact object type, which can not be spread into an exact object type, as is happening here. This error is masked in types-first mode, but causes the instance type of this component to be `any`. In a future version of Flow, this issue will be fixed, so this change unblocks upgrading Flow.

This change is likely to cause code using `TextInput` refs to find errors which were missed before.

Changelog:
[General][Fixed] - Fixed Flow typing of TextInput refs

Reviewed By: yungsters

Differential Revision: D26733314

fbshipit-source-id: 8aa26ce5b49357b279f76dd1767a17a9fb4dd4f1
2021-03-02 00:28:03 -08:00
..
2021-02-04 12:48:13 -08:00
2021-02-25 10:09:32 -08:00
2020-10-18 20:30:55 -07:00
2021-02-04 17:17:17 -08:00
2021-03-02 00:28:03 -08:00
2021-02-22 16:56:48 -08:00
2021-02-17 12:20:26 -08:00
2020-02-21 10:34:40 -08:00