Page MenuHomePhabricator

[native] Move tipContainerStyle
ClosedPublic

Authored by inka on Aug 5 2024, 6:09 AM.
Tags
None
Referenced Files
F3203839: D12983.diff
Sat, Nov 9, 8:28 PM
F3193579: D12983.id43354.diff
Fri, Nov 8, 11:06 PM
Unknown Object (File)
Fri, Nov 8, 12:24 PM
Unknown Object (File)
Wed, Nov 6, 11:17 PM
Unknown Object (File)
Fri, Oct 18, 9:47 PM
Unknown Object (File)
Fri, Oct 18, 9:38 PM
Unknown Object (File)
Oct 6 2024, 7:59 PM
Unknown Object (File)
Sep 25 2024, 4:12 PM
Subscribers

Details

Summary

issue: ENG-8914
Refactoring from class to function

Test Plan

Tested by creating a nux tooltip and displaying it - still works

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

inka requested review of this revision.Aug 5 2024, 8:51 AM
tomek added inline comments.
native/tooltip/nux-tips-overlay.react.js
143–144 ↗(On Diff #43119)

After tipContainerStyle got moved, some of the props are no longer being used. I'm assuming it was done later in the stack.

340 ↗(On Diff #43119)
This revision is now accepted and ready to land.Aug 6 2024, 2:33 AM
native/tooltip/nux-tips-overlay.react.js
143–144 ↗(On Diff #43119)

It was done in D12985.

This revision was automatically updated to reflect the committed changes.