You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exactly as the title says. I need to supply links using text prop. So I was using <a href='google.com'>Google</a> but it replaces< and > to < and > respectively.
I also tried using textElement to do it as well but that doesn't allow me to truncate text
The text was updated successfully, but these errors were encountered:
Exactly as the title says. I need to supply links using text prop. So I was using
<a href='google.com'>Google</a>
but it replaces<
and>
to<
and>
respectively.I also tried using textElement to do it as well but that doesn't allow me to truncate text
The text was updated successfully, but these errors were encountered: