react-mathquill icon indicating copy to clipboard operation
react-mathquill copied to clipboard

React component wrapper for Mathquill

Results 10 react-mathquill issues
Sort by recently updated
recently updated
newest added

Uncaught ReferenceError: global is not defined at node_modules/react-mathquill/dist/react-mathquill.js (react-mathquill.js:18:4) at __require (chunk-UZX524IT.js?v=33be9258:3:50) at node_modules/react-mathquill/index.js (index.js:6:20) at __require (chunk-UZX524IT.js?v=33be9258:3:50) at index.js:7:1

I try to view \widehat{ab} result is emty I saw some case: \overbrace{ab},

Hello, I'm currently converting an old project from JavaScript/jQuery to React/Typescript and I have custom embedded objects (https://docs.mathquill.com/en/latest/Api_Methods/#registerembedname-functionid-return-options-x). I don't know if I can access the `.registerEmbed` method using the...

shift + enter does not take to next line. I am assuming this is a textarea input.

This `react-mathquill` package only uses the following exports from the peer React package: - `useEffect` - `useLayoutEffect` - `useRef` - `useState` (only used in `examples/`, not implementation) These exports are...

I'm not quite sure how to classify this bug - I've never seen something like it before! React mathquill behaves differently depending on where it receives variables from - see...

Hello Team, first of all I have to thank you for this library is very useful I discovered that some symbols renders differently from mathquill library itself like \cong for...

I noticed that `EditableMathField` persists the initial `mathquill` configuration passed on mount. There are cases where updating the internal configuration could be required. An example of this is when we're...

enhancement

I try use "\\Box" but it not show box

Does this wrapper currently allow for the embedding of editable math fields inside static math fields? Similar to this example in Mathquill's docs using `\MathQuillMathField:` `\sqrt{ \MathQuillMathField{x}^2 + \MathQuillMathField{y}^2 }`...