react-hook-mathjax icon indicating copy to clipboard operation
react-hook-mathjax copied to clipboard

get following error on right click on browser

Open bijaybdrkarki opened this issue 3 years ago • 1 comments

@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

mathjax

error on right click on formula and click outside

focus

bijaybdrkarki avatar Jul 29 '22 06:07 bijaybdrkarki

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!

jpribyl avatar Nov 06 '22 21:11 jpribyl