Antony
Antony
> @OlgaRedozubova The patch helped with local development using, however, when I build it with `vite build` and deploy it, I get an error `Uncaught ReferenceError: MathJax is not defined`....
@enricobolzonello Have you followed the patch solution at https://github.com/Mathpix/mathpix-markdown-it/issues/278#issuecomment-1822482690 ? You can pay attention to the changes in the patch when replacing the file content, and you should be able...
目前遇到了同样的问题,但是实际测试下来,目前 react 18 中依旧运行正常,希望可以把 `package.json` 中更新一下: ```json "peerDependencies": { // xxx "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" // xxx } ``` 期待能抽空更新 v0.0.4 @jianhao 🙏🙏🙏