@jpribyl
code
import Tex2SVG, { MathJaxProvider } from "react-hook-mathjax";
const mathJax = {
options: {
enableMenu: false
}
};
const App = ( ) => {
return (
<MathJaxProvider options={mathJax}>
<Tex2SVG display="inline" latex="\sum_{i=1}^{n}\frac{S_i}{S_{RL}}\leq1\:\:\:\:where\:S_i\:is\:the\:power\:density\:of\:the\: i^{th}\:frequency\:\:\:\:(1)" />
</MathJaxProvider>
)}
output

error on right click on formula and click outside
