Page MenuHomePhabricator

[native] Move tipContainerStyle
ClosedPublic

Authored by inka on Aug 5 2024, 6:09 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 29, 7:58 AM
Unknown Object (File)
Wed, Mar 5, 2:57 AM
Unknown Object (File)
Wed, Mar 5, 1:38 AM
Unknown Object (File)
Tue, Mar 4, 6:32 PM
Unknown Object (File)
Feb 22 2025, 11:49 AM
Unknown Object (File)
Feb 17 2025, 11:51 PM
Unknown Object (File)
Feb 17 2025, 11:51 PM
Unknown Object (File)
Feb 17 2025, 11:51 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.