Likely to cause new Flow errors:
- Fixed unsound subtyping of instances against indexer in interfaces (example).
- Flow will no longer emit
method-unbindingerrors and instead perform stricter this-type checking (example).
IDE:
- Improve the primary type displayed by hover
- Show a single type in
type-at-posand hover - Truncate oversized hover types and their reference lists
Library Definitions:
React.ReactElementnow matches latest type in@types/react. Added missingReact.JSX.Elementthat makes the type in@types/react.