TS code related enhancement
Open
enhancement
typescript
- Dominant language
- TypeScript
- Stars
- 67.3k
- Forks
- 19.8k
- Avg merge
- 11d 14h
- Merged PRs (30d)
- 8
Description
### Version
5.0.0
### Steps to reproduce
Check all of the remained @ts-ignore and remove them
In `/data/helper/dataProvider.ts`, try to refactor return type `any` to concrete type in `retrieveRawValue`. `any` probably cause hidden type error.
In `/data/List.ts`, try to refactor `any` to concrete type in `_visual`, which probably cause type error.
Contributor guide
Assessment
This issue has not been assessed yet.