Page MenuHomePhabricator

[native] Move tipContainerStyle
ClosedPublic

Authored by inka on Aug 5 2024, 6:09 AM.
Tags
None
Referenced Files
Unknown Object (File)
Nov 9 2024, 11:38 PM
Unknown Object (File)
Nov 9 2024, 8:28 PM
Unknown Object (File)
Nov 8 2024, 11:06 PM
Unknown Object (File)
Nov 8 2024, 12:24 PM
Unknown Object (File)
Nov 6 2024, 11:17 PM
Unknown Object (File)
Oct 18 2024, 9:47 PM
Unknown Object (File)
Oct 18 2024, 9:38 PM
Unknown Object (File)
Oct 6 2024, 7:59 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.