NavneetVaid opened a new issue, #20448:
URL: https://github.com/apache/echarts/issues/20448
### Version
5.4.3
### Link to Minimal Reproduction
NA
### Steps to Reproduce
Try importing echarts like import * as echarts from echarts and it will
fail linting with eslint 9+ saying Rule: "import/no-deprecated" failed.
It works with const echarts = require('echarts/lib/echarts');
### Current Behavior
It is failing with import
### Expected Behavior
It should pass linting with both imports
### Environment
```markdown
- OS:macOS Sonoma
- Browser: Chrome
- Framework: Angular 18
```
### Any additional comments?
_No response_
--
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]