I receive text from the server like this "Neo-Luddism.<p>Like they are going to stop China or any other country outside US or EU.<p>The most they can hope to do, is to force some companies to move off-shore.<p>Wonder where was all this people when Elon Musk started releasing betas on FSD.<p>Self-appointed 'Center for AI and Digital Policy', nothing more to add
". In this form, it is displayed.I insert it into JSX as a variable (data.text).
const Text = () => {
return (
<div className={styles.text}>{data.text}</div>
)}
how to make it display normal characters instead &#х27;?
I couldn't find anything that could help