Vertical and horizontal lines are not rendering in fractions and some other elements. I attached screenshots of what's showing up when I try to render the following latex.
<Latex displayMode={true}>{String.raw`$$\cfrac{a}{1 + \cfrac{1}{b}}$$`}</Latex>
What's rendering:

What should be rendered:

<Latex displayMode={true}>{String.raw`$$ \def\arraystretch{1.5}
\begin{array}{c:c:c}
a & b & c \\ \hline
d & e & f \\
\hdashline
g & h & i
\end{array} $$`}</Latex>
What's rendering:

What should be rendered:

Vertical and horizontal lines are not rendering in fractions and some other elements. I attached screenshots of what's showing up when I try to render the following latex.
What's rendering:


What should be rendered:
What's rendering:


What should be rendered: