Page MenuHomePhabricator

[native] Move render function from Tooltip to functional component
ClosedPublic

Authored by angelika on Wed, Dec 11, 7:59 AM.
Tags
None
Referenced Files
F3507093: D14112.id46472.diff
Fri, Dec 20, 7:18 PM
F3506251: D14112.id46331.diff
Fri, Dec 20, 3:53 PM
F3506144: D14112.id46508.diff
Fri, Dec 20, 3:42 PM
F3504844: D14112.id46410.diff
Fri, Dec 20, 10:47 AM
Unknown Object (File)
Fri, Dec 20, 5:02 AM
Unknown Object (File)
Thu, Dec 19, 11:26 PM
Unknown Object (File)
Thu, Dec 19, 12:28 PM
Unknown Object (File)
Wed, Dec 18, 10:15 AM
Subscribers
None

Details

Summary

Move render() function to the functional compoent as a part of Tooltip migration to functional component. This finishes the migration of the Tooltip component to functional component.

Depends on D14111

Test Plan

Open up some tooltips and make sure they look correct.

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

angelika held this revision as a draft.
ashoat added inline comments.
native/tooltip/tooltip.react.js
150 ↗(On Diff #46330)

Nit: can we rename this to just Tooltip now?

This revision is now accepted and ready to land.Wed, Dec 11, 5:57 PM
native/tooltip/tooltip.react.js
128 ↗(On Diff #46330)

This can be renamed now

Rebase and address feedback