refactor(client): Remove usage of React.FC type#32760
Conversation
|
Looks like this PR is ready to merge! 🎉 |
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #32760 +/- ##
===========================================
+ Coverage 56.65% 56.70% +0.05%
===========================================
Files 2504 2504
Lines 55524 55526 +2
Branches 11442 11446 +4
===========================================
+ Hits 31456 31488 +32
+ Misses 21380 21359 -21
+ Partials 2688 2679 -9
Flags with carried forward coverage won't be shown. Click here to find out more. |
…/removeUsers * 'develop' of github.com:RocketChat/Rocket.Chat: refactor(omnichannel): replace create and find by findAndUpdate (#32773) chore: Bump apps engine 1.44-alpha (#32774) refactor(client): Remove usage of `React.FC` type (#32760) refactor(Livechat): `Livechat/Message/markdown.js` -> TS (#32295) refactor(omnichannel): spare few Room.find on requestRoom method (#32363) refactor: `dispatchInquiryPosition` being called multiple times (#32767) fix: SAML "Overwrite user fullname" setting is not being honored (#32628) fix(Omnichannel): Use Correct components on ChatInfo (#32592)
Proposed changes (including videos or screenshots)
It changes an ESLint rule in accordance with ADR-0094.
Issue(s)
Steps to test or reproduce
Further comments