Arno Gourdol

Results 335 comments of Arno Gourdol

The current version of MathLive is 0.95.0. Integration with React has been much improved and no longer requires a wrapper. An example on how to use the current version of...

I would recommend trying the current version, with is 0.95.5.

This package is out of date and as far as I can tell no longer maintained. The good news is that using MathLive in React should be pretty straightforward since...

There was recently a discussion on this topic at https://gitter.im/cortex-js/community. I'm copying the relevant bits here: > The first step is to declare the web component as a JSX element...

Others have been able to do it, so it's certainly possible. I'm confident you will figure it out. Hard to provide more guidance without information about your code or the...

This is not specifically a problem with webpack. In the case of the react toolchain, there is an intermediary tool (whose name I forget) that doesn't know how to parse...

That's the problem. The current version is 0.69.7.

This is a duplicate of https://github.com/arnog/mathlive/issues/1123

@joaortizro yes, it's due to some tools in the react-cli toolchain still using webpack-4, which does not support the `??` operator. The fix is in the mathlive depot, which is...