-
Notifications
You must be signed in to change notification settings - Fork 19.8k
Closed as not planned
Labels
bugenThis issue is in EnglishThis issue is in EnglishinactiveNot active for some time or no response from the author. Will be closed soon.Not active for some time or no response from the author. Will be closed soon.missing-demoThe author should provide a demo.The author should provide a demo.pendingWe are not sure about whether this is a bug/new feature.We are not sure about whether this is a bug/new feature.waiting-for: author
Description
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
- OS:macOS Sonoma
- Browser: Chrome
- Framework: Angular 18Any additional comments?
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugenThis issue is in EnglishThis issue is in EnglishinactiveNot active for some time or no response from the author. Will be closed soon.Not active for some time or no response from the author. Will be closed soon.missing-demoThe author should provide a demo.The author should provide a demo.pendingWe are not sure about whether this is a bug/new feature.We are not sure about whether this is a bug/new feature.waiting-for: author