Problem
The report list components do not parse HTML entities, so entity-encoded characters (e.g. &, ', ") are displayed as raw text instead of being rendered as their intended characters.
Affected components:
ExpenseReportListItemRowWide
ExpenseReportListItemRowNarrow
MoneyRequestReportPreviewBody
Expected behavior
Text containing HTML entities should be decoded and displayed as the intended characters (e.g. & → &).
Actual behavior
HTML entities are shown verbatim as raw text.

Notes
Discovered by jmgraa while debugging #95335 (iOS Share Extension performance). It is unrelated to that issue and is being tracked separately here per mjasikowski's request.
Upwork Automation - Do Not Edit
Problem
The report list components do not parse HTML entities, so entity-encoded characters (e.g.
&,',") are displayed as raw text instead of being rendered as their intended characters.Affected components:
ExpenseReportListItemRowWideExpenseReportListItemRowNarrowMoneyRequestReportPreviewBodyExpected behavior
Text containing HTML entities should be decoded and displayed as the intended characters (e.g.
&→&).Actual behavior
HTML entities are shown verbatim as raw text.
Notes
Discovered by
jmgraawhile debugging #95335 (iOS Share Extension performance). It is unrelated to that issue and is being tracked separately here permjasikowski's request.Upwork Automation - Do Not Edit