flw0 / equation-editor-react

Equation editor based on Mathquill for React web apps
https://flw0.github.io/equation-editor-react/
MIT License
62 stars 14 forks source link

Support for NextJS #19

Open anushkumar27 opened 3 years ago

anushkumar27 commented 3 years ago

We are getting the following error when we integrate the module in NextJS framework.

NextJS Version: 10.0.8 React: 16.13.1 Ref: https://github.com/vercel/next.js/blob/master/errors/css-npm.md

Error_Nextjs

V0XNIHILI commented 3 years ago

Hey! Thank you for your message. I will only have time after the weekend to take a look at this. In the mean time, feel free to submit a PR and I'll check it out!

anushkumar27 commented 3 years ago

Hi @V0XNIHILI ,

Any update?

V0XNIHILI commented 3 years ago

Hey! Can you send me a CodeSandbox example or something else that I can use to check what exactly is up?

anushkumar27 commented 3 years ago

I don't have a sandbox. Here's a procedure to reproduce the error: 1) Create a NextJS App: https://nextjs.org/learn/basics/create-nextjs-app 2) Follow: https://github.com/flw0/equation-editor-react#usage

anushkumar27 commented 3 years ago

Hi @V0XNIHILI ,

Any update?

akshayravikumar commented 2 years ago

Running into the same issue!

V0XNIHILI commented 2 years ago

Running into the same issue!

Did you manage to find a fix for it? If so, please open a PR!