Closed hanyanxx1 closed 1 year ago
Hello,
Quokka runs your file in node/ts-node with JSDOM when required, so it's possible that some of the framework code that you are using has some issues when executing in node. The best way to troubleshoot is to try and make your file run in ts-node/JSDOM without Quokka first. If it's working, Quokka should be able to run it too.
Issue description or question
hello,I am a front-end developer in China. Recently bought the Pro version of your product.
Recently, the company's project used a set of Ali's front-end framework called Ant Design Pro.
https://pro.ant.design/zh-CN/docs/getting-started
This is actually a set of frameworks that are packaged again on the basis of umi4
https://umijs.org/
umi4 is a react framework that integrates many functions
Recently I tried to use quokka on this framework project of the company.
Execute "Start On Current file" under this code file, he executed it for a long time, and then reported this error
Sample code
Sample repository link
If the issue can not be reproduced just using the quokka file above (for example because it requires/imports some files from your project), please create a small repository where the issue can be reproduced.
Quokka.js Console Output
Code editor version
Visual Studio Code v1.78.1
OS name and version
Linux