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 ofreact-rule-hook
error. - Array literals that cannot be contextually typed will be inferred as an actual array type. It might cause additional errors. example