Skip to content

get following error on right click on browser #6

@bijaybdrkarki

Description

@bijaybdrkarki

@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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions