facebook-github-bot
released this
03 Jan 18:18
·
16 commits
to main
since this release
Likely to cause new Flow errors:
- method-unbinding errors will not affect choice over intersection members. (e.g. try-Flow)
- We now disallow coercions between functions and class statics.
- The ability to configure
react.ref_as_prop=disabled
is removed. - Use of
React$Node
andReact$MixedElement
outside of libdefs will now triggerinternal-type
errors.
Library Definitions:
- Improved definition of
Array.concat()
.