Topic: MDBAutocomplete problem with Eslint
Yohana Habsari premium asked 2 years ago
Expected behavior
Actual behavior
Rules with suggestions must set the meta.hasSuggestions
property to true
. meta.docs.suggestion
is ignored by ESLint.
Occurred while linting D:\website\xxx.js:185
Rule: "@typescript-eslint/no-explicit-any"
Resources (screenshots, code snippets etc.) { return data.filter((item) => { return item.toLowerCase().startsWith(value.toLowerCase()); }); }} />
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Opened
- ForumUser: Premium
- Premium support: Yes
- Technology: MDB React
- MDB Version: MDB5 4.0.0
- Device: PC
- Browser: chrome
- OS: WIndows
- Provided sample code: Yes
- Provided link: No
Wojciech Staniszewski staff commented 2 years ago
We will fix it in the next release. There is some problem with the eslint configuration after update.