Edward Liu

Results 9 comments of Edward Liu

thanks for replying. Yep, I confirmed that it works when using it independently. Then, it seems like this package and Django are not compatible. ``` django==4.2 djangorestframework==3.14.0 ```

I believe if you start the Django server, you will see the error. I think it might have something to do with how Django handles the import path. `python manage.py...

Here's the code ``` from javascript import require test = require('@cortex-js/compute-engine') ```

`pip install -r requirements.txt` `python manage.py runserver` running directly in sandbox will fail, so you might need to reproduce it by cloning the code into your local and run the...

I got the same issue https://github.com/arnog/mathlive/issues/2182

@arnog Yep, that's correct, but I think it might be related since it also loses focus, and it only happens in nextjs but not react. I'm still checking which line...

Do you have any updates on how to solve it? I've encountered the issue where the rendered SVG is not inline. I suspect it might be related to the same...

Thanks for the reply. I just reposted your summary https://github.com/vercel/next.js/discussions/54852

yep, you are right. Just test it out with React, and everything works fine in react for #81 .