Fix mathjax error (#287)

* Updated mathjax and better-react-mathjax
* Removed MathJaxWrapper. Per better-react-mathjax documentation, we were incorrectly including a new context for every equation using this wrapper.
* Wrapped entire game in a MathJaxContext at GameRoot.
This commit is contained in:
Snarling
2023-01-03 07:38:14 -05:00
committed by GitHub
parent 77894cd9e5
commit dc0de2498b
188 changed files with 1559 additions and 2220 deletions

View File

@@ -23,7 +23,7 @@
"acorn-walk": "^8.2.0",
"arg": "^5.0.0",
"bcryptjs": "^2.4.3",
"better-react-mathjax": "^1.0.3",
"better-react-mathjax": "^2.0.2",
"clsx": "^1.1.1",
"date-fns": "^2.25.0",
"escodegen": "^1.11.0",