react-hook-mathjax
react-hook-mathjax copied to clipboard
get following error on right click on browser
@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
Sorry for the delay in response here- please ensure that you're using the most up to date version! I believe this was an issue with an older build (current build is 2.0.5)
I am able to reproduce on the older one but not the newer. lmk how it goes!