We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It says document is not defined when used with server side rendering.
node_modules\mathlive\dist\mathlive.js:11955 const gScriptUrl = (_b = (_a = document.currentScript) === null || _a === void 0 ? void 0 : _a.src) !== null && _b !== void 0 ? _b : getFileUrl(); [1] ^ [1] [1] ReferenceError: document is not defined [1] at node_modules\mathlive\dist\mathlive.js:11955:24 [1] at node_modules\mathlive\dist\mathlive.js:2:68
The text was updated successfully, but these errors were encountered:
Any update regarding this?
Sorry, something went wrong.
Note that this is fixed in the current version of MathLive (0.72.1).
We are using 0.77.0 and this is the output
I would recommend trying the current version, with is 0.95.5.
No branches or pull requests
It says document is not defined when used with server side rendering.
The text was updated successfully, but these errors were encountered: