Skip to content

v0.276.0

Compare
Choose a tag to compare
@facebook-github-bot facebook-github-bot released this 18 Jul 23:06
· 213 commits to main since this release

Likely to cause new Flow errors:

  • Hook calls inside anonynous functions bound to a variable will get react-rule-hook-definitely-not-in-component-or-hook error, if the variable name doesn't conform to hook naming convention. example

IDE:

  • Added support for workspace symbol feature

Misc:

  • Thanks @jbroma for improving as casts with function generics and component generics!