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

MathJax as React component

Results 13 react-mathjax issues
Sort by recently updated
recently updated
newest added

I getting this error when I try to use the `` ``` react-dom.development.js?cada:55 Uncaught Invariant Violation: Element ref was specified as a string (node) but no owner was set. This...

The second installation of React created by this package causes this error to be thrown and break the application: ``` Uncaught Invariant Violation: Element ref was specified as a string...

If I parse editable content which includes Mathjax code in div‘s dangerouslySetInnerHTML attribute, how can I keep mathjax syntax render correctly ?

In react-mathjax2 there is no types definitions for typescript users. Is it possible to make PR with these types definitions?

Doesn't seem like it is supporting MathJax3 for now, any intention to upgrade this to MathJax 3? Thanks

Hi, I have an interesting problem. When I load my react app, the **Home** page is loaded first. It renders some math expressions using this library. The problem is that...

Currently, my application uses the ReactMarkdown package to display my text and I've tried to embed my it with mathjax however cannot have everything displayed properly. `also using import RemarkMathPlugin...

how to change font its coming in italic & bold?

First of all, **thanks for making this wonderful library! Finding your repo made my day!** 👏💐🏆 Using your package, typesetting is really fast. Kind of changed my impression that MathJax...