HomePhabricator
Diffusion Comm a06fe34384ff

[Flow202][native][skip-ci] [44/x] Fix type error in message-search.react.js

Description

[Flow202][native][skip-ci] [44/x] Fix type error in message-search.react.js

Summary:
The new version of Flow detected a slight type error here. lastID is nullable, but the type for useSearchMessages requires cursor to be string if specified. We can address this by making cursor nullable as well.

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 D10027

Test Plan: Confirm the Flow errors go away

Reviewers: inka

Reviewed By: inka

Subscribers: tomek

Differential Revision: https://phab.comm.dev/D10028

Details

Provenance
ashoatAuthored on Nov 26 2023, 5:41 PM
Reviewer
inka
Differential Revision
D10028: [Flow202][native][skip-ci] [44/x] Fix type error in message-search.react.js
Parents
rCOMMb8dadddf17c1: [Flow202][native][skip-ci] [43/x] Add type for BottomSheetRef
Branches
Unknown
Tags
Unknown