How are settings must be sent? I've already read MathJax documentation and tried to add setting this way
<MathComponent
settings={{ "HTML-CSS": {preferredFont: "STIX"}}}
tex={String.raw`Random\;formula`}
/>
And this way
<MathComponent
settings={{ menuSettings: "" }}
tex={String.raw`random\;formula`}
/>
But it doesn't seem to be working, all I get from console is
Options.ts:87 MathJax: Invalid option "0" (no default value).
How are settings must be sent? I've already read MathJax documentation and tried to add setting this way
And this way
But it doesn't seem to be working, all I get from console is
Options.ts:87 MathJax: Invalid option "0" (no default value).