How to put   in React, HTML entities

I’m trying to put   in my React app but ReScript won’t allow it. Neither of these work…

<span>&nbsp;</span>
{React.string("&nbsp;")}

I’ve Googled for “ReScript entities” and "ReScript  " and “ReasonReact entities” and just can’t find help. Is this forum the only place for this or should I be searching somewhere else?

Found an answer here…

coronate/HtmlEntities.res at master · johnridesabike/coronate (github.com)

4 Likes