Page MenuHomePhabricator

[native] Move tipContainerStyle
ClosedPublic

Authored by inka on Aug 5 2024, 6:09 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 8, 9:47 PM
Unknown Object (File)
Fri, Sep 6, 10:55 PM
Unknown Object (File)
Thu, Sep 5, 3:52 PM
Unknown Object (File)
Thu, Sep 5, 3:52 PM
Unknown Object (File)
Thu, Sep 5, 3:51 PM
Unknown Object (File)
Mon, Sep 2, 7:10 PM
Unknown Object (File)
Mon, Sep 2, 6:18 PM
Unknown Object (File)
Sat, Aug 31, 4:32 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
Lint Not Applicable
Unit
Tests Not Applicable

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.