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

Example using the React bindings for Mathlive

Results 7 react-mathlive issues
Sort by recently updated
recently updated
newest added

Is there a way to support MathLive on SSR?, I get this error; ReferenceError: document is not defined at /node_modules/mathlive/dist/mathlive.min.js:2:912106 at /node_modules/mathlive/dist/mathlive.min.js:2:69 at Object. (/node_modules/mathlive/dist/mathlive.min.js:2:209) I'm using the latest version...

Hi @arnog, Did you publish this to npm?

Hi, I have been developing a React component using the Mathlive library. The version is `0.97.4`. It's a next.js project. Since this is a react implementation of the mathlive library...

error - ./node_modules/react-math-view/dist/index.modern.js:1:0 Module not found: Package path ./dist/mathlive-fonts.css is not exported from package

First noticed this with math-fields inline within a rich text editor. More pronounced when a min-width or padding is set to the MathView component, probably because the surface area for...

Hey Arnog, I'm trying to create a shared virtual keyboard in react, but not sure how to go about it. The docs on cortex say this: ``` To use a...

https://github.com/arnog/react-mathlive/blob/0d4370ab4bca42a1c164a18a67a5f3d4d1d6a825/src/utils.tsx#L68 Reading through the function mapping and can't wrap my head around some of the decisions made. It's more important that onChange behaves according to the mathlive docs than to...