refactor(Livechat): Livechat/Message/markdown.js -> TS#32295
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #32295 +/- ##
========================================
Coverage 56.68% 56.69%
========================================
Files 2504 2504
Lines 55524 55524
Branches 11442 11442
========================================
+ Hits 31472 31477 +5
+ Misses 21368 21359 -9
- Partials 2684 2688 +4
Flags with carried forward coverage won't be shown. Click here to find out more. |
|
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
…/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)
Refactors the
components/Message/MessageText/Markdownto TSPart of CORE-305