percy507 commented on issue #15701: URL: https://github.com/apache/echarts/issues/15701#issuecomment-916578916
@pissang Sorry, it seems hard to provide a mini demo on codepen or codesandbox. Because problem happens in the production env. But there is a way. You can `git clone` my project to local and test it. ```bash git clone https://github.com/percy507/vite-react-bigScreen.git # then change echarts version to v5.2.0 in package.json npm i -d npm run dev # local dev env npm run preview # local production env (problems happens here) ```  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
