Details
Details
- Reviewers
tomek inka rohan - Commits
- rCOMM172de638a8ae: [web] Refactor TypeaheadTooltip component
Check if typeahead tooltip on web works properly.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Just 1 question inline, requesting changes so it doesn't get lost in the stack
web/chat/chat-input-bar.react.js | ||
---|---|---|
380–382 ↗ | (On Diff #30307) | Is there a reason these are imported and just passed in as props? Can they be imported directly in typehead-tooltip.react.js? |
web/chat/typeahead-tooltip.react.js | ||
28–33 ↗ | (On Diff #30307) | If you can just import them directly here, that'd remove the complexity in the props here. |
web/chat/chat-input-bar.react.js | ||
---|---|---|
380–382 ↗ | (On Diff #30307) | Ah ok I guess it makes sense to make future work easier |