Details
Details
Opened a chat, pressed on the button, checked that is navigates to the search screen
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
native/chat/chat.react.js | ||
---|---|---|
238 ↗ | (On Diff #26334) | Is disabling lint here necessary? |
native/chat/chat.react.js | ||
---|---|---|
222 ↗ | (On Diff #26421) | There is no reason to define a new version of this on every function invocation. Please move it outside of messageListOptions |
native/search/search-messages-button.react.js | ||
---|---|---|
22–28 ↗ | (On Diff #26507) | shouldn't we wrap this in React.useCallback? |