- {title || '\xa0'}
+
+ {sanitizeCloneElement(title) || '\xa0'}
+
|
);
diff --git a/src/Body/MeasureRow.tsx b/src/Body/MeasureRow.tsx
index c0fda2e52..3ca9c6b6f 100644
--- a/src/Body/MeasureRow.tsx
+++ b/src/Body/MeasureRow.tsx
@@ -35,17 +35,13 @@ export default function MeasureRow({
>
{columnsKey.map(columnKey => {
const column = columns.find(col => col.key === columnKey);
- const rawTitle = column?.title;
- const titleForMeasure = React.isValidElement