echarts-bot[bot] commented on issue #16973: URL: https://github.com/apache/echarts/issues/16973#issuecomment-1115874940
@Huangpuguang It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗 <details><summary><b>TRANSLATED</b></summary><br> **TITLE** [Bug] Does not appear in the development environment, after packaging the echarts.init instance return value will change to HTML tags after a period of time. **BODY** ### Version 5.2.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce 1. Three containers are defined in el-tabs, the first one is displayed by default:  2. Initialize 3 instances separately, and print them:  ### Current Behavior In the development environment, this piece of code can run correctly, and the instances printed before and after the delay are the same, as shown in the following figure:  But after packaging, the following two instances print out HTML tags after a delay:  Therefore, in the packaged environment, methods such as clear\setoption\resize of the latter two instances cannot be called. ### Expected Behavior The instance does not change, and methods such as clear\setoption\resize of the instance can be called. ### Environment ````markdown - OS: win10 home Chinese version 19044.1645 - Browser: Chrome/100.0.4896.127 - Framework: [email protected] [email protected] [email protected] ```` ### Any additional comments? _No response_ </details> -- 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]
