Page MenuHomePhabricator

[Flow202][native][skip-ci] [33/x] Fix Flow issues with React hooks being underconstrained
ClosedPublic

Authored by ashoat on Nov 27 2023, 12:52 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 17, 1:03 AM
Unknown Object (File)
Tue, Apr 15, 4:03 PM
Unknown Object (File)
Tue, Apr 15, 12:09 PM
Unknown Object (File)
Mon, Apr 14, 9:18 PM
Unknown Object (File)
Mon, Apr 14, 2:56 PM
Unknown Object (File)
Tue, Apr 1, 10:46 PM
Unknown Object (File)
Mar 19 2025, 4:33 PM
Unknown Object (File)
Mar 4 2025, 12:25 AM
Subscribers

Details

Summary

The new version of Flow is requiring declarations to provide explicit type params when Flow isn't able to infer them.

This diff adds those declarations for React.useRef and React.useState calls.

This is the native equivalent of D9773 (web) and D9693 (lib).

NOTE: CI will fail on this diff. I considered the possibility of fixing Flow errors BEFORE upgrading Flow, but it wasn't possible... in some cases, the fixes to support the new version of Flow caused errors in the old version. I could have hidden these type errors with $FlowFixMe lines and then later revert those, but that seemed like too much busy work.

Depends on D10016

Test Plan

Confirm the Flow errors go away

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 24458
Build 210174: arc lint + arc unit