Skip to content

v0.278.0

Compare
Choose a tag to compare
@facebook-github-bot facebook-github-bot released this 01 Aug 02:03
· 206 commits to main since this release

Likely to cause new Flow errors:

  • Hooks calls inside normal functions in component or hooks as conditional calls. They will get react-rule-hook-conditional error instead of react-rule-hook error.
  • Array literals that cannot be contextually typed will be inferred as an actual array type. It might cause additional errors. example