Page MenuHomePhabricator

[Flow202][web][skip-ci] [10/x] Fix nonsensical use of selectors in ThreadPickerModal
ClosedPublic

Authored by ashoat on Nov 8 2023, 11:37 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 7, 8:17 AM
Unknown Object (File)
Thu, May 2, 3:14 PM
Unknown Object (File)
Wed, May 1, 6:55 PM
Unknown Object (File)
Tue, Apr 16, 3:20 AM
Unknown Object (File)
Mon, Apr 15, 9:18 PM
Unknown Object (File)
Mon, Apr 15, 9:18 PM
Unknown Object (File)
Sun, Apr 14, 9:52 PM
Unknown Object (File)
Apr 13 2024, 8:26 AM
Subscribers

Details

Summary

Was seeing Flow errors due to the createSelector usage. Opened the file and was deeply confused as to why createSelector and useSelector were used at all. See comments in D5317.

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 D9775

Test Plan

Confirm the Flow errors go away

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Harbormaster returned this revision to the author for changes because remote builds failed.Nov 8 2023, 11:54 AM
Harbormaster failed remote builds in B23924: Diff 32962!

thanks for fixing this

This revision is now accepted and ready to land.Nov 8 2023, 12:33 PM
ashoat retitled this revision from [Flow202][web] [10/x] Fix nonsensical use of selectors in ThreadPickerModal to [Flow202][web][skip-ci] [10/x] Fix nonsensical use of selectors in ThreadPickerModal.Nov 19 2023, 5:02 PM
This revision was landed with ongoing or failed builds.Nov 27 2023, 3:26 PM
This revision was automatically updated to reflect the committed changes.