concludio / react-mathlive

A react wrapper-component for mathlive.js
MIT License
25 stars 16 forks source link

nextjs : Module not found: Package path ./dist/mathlive-fonts.css is not exported from package #64

Open montassar-vaionex opened 1 year ago

montassar-vaionex commented 1 year ago

error - ./node_modules/react-mathlive/dist/MathfieldComponent.js:53:0 Module not found: Package path ./dist/mathlive-fonts.css is not exported from package C:\www\app\node_modules\react-mathlive\node_modules\mathlive (see exports field in C:\www\app\node_modules\react-mathlive\node_modules\mathlive\package.json)

AdamZajler commented 1 year ago

@arnog Similar problem here image

arnog commented 1 year ago

This package is out of date and I don’t think it’s being maintained anymore. Using MathLive with React these days is pretty straightforward since it’s just a web component.

That said, if you want to use this wrapper, you can just remove line 4 that imports the CSS. The CSS is not needed anymore.

arnog commented 1 year ago

I should also point out to https://gist.github.com/gerryfletch/09d9995725027fcbf060d0149441c3a8 which is a simpler example of using MathLive with React.

jana14pb commented 1 year ago

error - ./node_modules/react-mathlive/dist/MathfieldComponent.js:53:0 Module not found: Package path ./dist/mathlive-fonts.css is not exported from package C:\www\app\node_modules\react-mathlive\node_modules\mathlive (see exports field in C:\www\app\node_modules\react-mathlive\node_modules\mathlive\package.json)

I was faced the same issue then i did change mathlive version -0.59.0 and react-mathlive : "^3.0.5-preview.1" . then its solved

arnog commented 1 year ago

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 MathLive with React is available here: https://cortexjs.io/mathlive/guides/react/

jana14pb commented 1 year ago

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 MathLive with React is available here: https://cortexjs.io/mathlive/guides/react/

In react-mathlive--if i try to text find word it's give a some symbols like $$f\in d$$. How to solve this?