Closed bmasella closed 10 months ago
You HTML looks like this...
<div class="body_text"> {QUEUE_SIZE} of {QUEUE_DEPTH} </div>
This won't work because the HTML to React parser cannot parse 2 tags in the same line. Instead, try putting each tag in its own element, like this...
<div class="body_text"><span>{QUEUE_SIZE}</span> of <span>{QUEUE_DEPTH}</span></div>
Your Show Name: depoebaylights
Describe the bug: I have this html: