-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Description
The code features extensive use of the "any" type. We recommend replacing "any" with specific types or appropriate interfaces to improve code security, readability, and maintainability. Excessive use of "any" can compromise the type safety benefits of TypeScript and increase the risk of runtime errors.
the source : src\components\Preview.tsx
Metadata
Metadata
Assignees
Labels
No labels