Page MenuHomePhabricator

[lib] Simplify InlineSidebarText and deprecate sendersText
ClosedPublic

Authored by ashoat on Jan 3 2023, 9:10 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Dec 6, 8:19 AM
Unknown Object (File)
Sat, Nov 30, 10:07 AM
Unknown Object (File)
Sat, Nov 30, 10:07 AM
Unknown Object (File)
Sat, Nov 30, 12:51 AM
Unknown Object (File)
Nov 22 2024, 4:44 AM
Unknown Object (File)
Nov 22 2024, 4:44 AM
Unknown Object (File)
Nov 22 2024, 4:44 AM
Unknown Object (File)
Nov 22 2024, 4:41 AM
Subscribers

Details

Summary

We're not using sendersText anymore, so we should get rid of that code.

Test Plan

Flow

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

lib/hooks/inline-sidebar-text.react.js
29 ↗(On Diff #20523)

No need for memo anymore now that we're returning a primitive (which handle deep equality checks)

ashoat requested review of this revision.Jan 3 2023, 9:24 AM
This revision is now accepted and ready to land.Jan 4 2023, 7:26 AM