Page MenuHomePhabricator

[Flow202][native][skip-ci] [35/x] Add memo for appliedStyles in EditSettingButton
ClosedPublic

Authored by ashoat on Nov 27 2023, 1:17 AM.
Tags
None
Referenced Files
F5110209: D10019.diff
Tue, Apr 1, 10:34 PM
Unknown Object (File)
Fri, Mar 28, 9:30 AM
Unknown Object (File)
Wed, Mar 19, 4:20 PM
Unknown Object (File)
Mon, Mar 10, 5:00 AM
Unknown Object (File)
Feb 25 2025, 6:32 PM
Unknown Object (File)
Feb 20 2025, 12:51 PM
Unknown Object (File)
Feb 20 2025, 12:51 PM
Unknown Object (File)
Feb 20 2025, 12:51 PM
Subscribers

Details

Summary

The new version of Flow asked me to type appliedStyles. While doing that I noticed that this array was not memoized. Decided to separate this out since it has more substantial changes.

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 D10018

Test Plan

Confirm the Flow errors go away

Diff Detail

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