react-mathjax
react-mathjax copied to clipboard
React component to display math formulas
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...
`MathJax.Provider` calls `this.load()` only in `componentDidMount` and `componentDidUpdate`. `load()` then loads Mathax if `this.hasNodes` is true, which in turn is set when a node calls the `registerNode` function it receives...
I found out that the Math formula occasionally are not rendering. The following is what I did ``` ``` `MathSolutionList` contains N number of `MathSolution` that contain latex. So it...
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...
I was seeing an issue when a node would unload while the loadScript promise was active. I added a check for this to keep the onLoad method from trying to...
I want to display latex/mathml equations in my react native app. does this component work with react native?
This will allow project using React 16 to work.