Use new tooltip API in robotext message
Details
Details
- Reviewers
tomek atul • abosh - Commits
- rCOMM6f5610db9d1c: [web] Use new tooltip in robotext message
Flow; Tested with the rest of diffs stack.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
web/chat/robotext-message.react.js | ||
---|---|---|
3 ↗ | (On Diff #15862) | Why is this commented out |
web/chat/robotext-message.react.js | ||
---|---|---|
43–44 ↗ | (On Diff #16200) | Is it possible for one of these to be truthy and the other falsy? I think it should never happen. |
web/chat/robotext-message.react.js | ||
---|---|---|
43–44 ↗ | (On Diff #16200) | You're right - it's due to flow error in line 49, as InlineSidebar must get non-optional ThreadInfo. |
web/chat/robotext-message.react.js | ||
---|---|---|
43–44 ↗ | (On Diff #16200) | However, introducing containsInlineSidebar prop is probably redundant here, so I'll leave only if(this.props.item.threadCreatedFromMessage) as before |