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 withfunction
generics andcomponent
generics!