Skip to content

v0.237.2

Latest
Compare
Choose a tag to compare
@facebook-github-bot facebook-github-bot released this 04 Jun 02:57
· 68 commits to main since this release

New Features:

  • We added a flag to help prepare your codebase for React 19's defaultProps change. defaultProps on function components will no longer work in React 19. Under react.disable_function_components_default_props=true, Flow will ignore defaultProps on function components for React typing purposes. Note that we do not intend to keep this flag forever, so you should try to turn this flag on as soon as possible.