Self hosted 2.82.39 breaks text color

Hi,

This code no longer works. Nothing is displayed in the cells since updating. What is the new way to color table mapped values?

{{ (self === "YES") ? <text style="color:red">${self}</text>: <text style="color:black">${self}</text>) }}

Hi @Francis :wave:

Quick guess here: if you use span instead of text does it render properly? More to your specific case though, what version are you upgrading to/from?

Replacing text with span fixed the issue.

I updated from 2.80.17 to 2.82.39.