mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
5fdcd23aaa
This update range includes: - `types_first` ([blog](https://flow.org/en/docs/lang/types-first/), all exports need annotated types) is default. I disabled this for now to make that change incremental. - Generics that escape the scope they are defined in are an error. I fixed some with explicit type annotations and some are suppressed that I didn't easily figure out.