-
-
Notifications
You must be signed in to change notification settings - Fork 377
Open
Labels
HacktoberfestIssues accepeted Hacktoberfest'24Issues accepeted Hacktoberfest'24Status: AcceptedIt's clear what the subject of the issue is about, and what the resolution should be.It's clear what the subject of the issue is about, and what the resolution should be.Status: In ProgressThis issue is being worked on, and has someone assigned.This issue is being worked on, and has someone assigned.🐛 BugIndicates that the issue is a bug or defect.Indicates that the issue is a bug or defect.
Description
Describe the bug
-> While performing a quick VS Code search its found that there are several places in the codebase where any datatype is used,
-> Using any in place of correct data type alters the strictness of typescript hence its a not a good practice to use them.
-> The main objective of this issue is to find the files where any keyword is used and replace them with the correct data type definition.
Steps To Reproduce
Do a VSCode Search to find the files using any keyword. They are mostly used in component files
Expected Behavior
There should be no use of any keyword in the codebase
Screenshots
No response
Device Information [optional]
- OS: Linux (Debian)
- Browser: Firefox
- version: LatestAre you working on this issue?
No
Do you think this work might require an [Architectural Decision Record (ADR)]? (significant or noteworthy)
No
Metadata
Metadata
Assignees
Labels
HacktoberfestIssues accepeted Hacktoberfest'24Issues accepeted Hacktoberfest'24Status: AcceptedIt's clear what the subject of the issue is about, and what the resolution should be.It's clear what the subject of the issue is about, and what the resolution should be.Status: In ProgressThis issue is being worked on, and has someone assigned.This issue is being worked on, and has someone assigned.🐛 BugIndicates that the issue is a bug or defect.Indicates that the issue is a bug or defect.
Type
Projects
Status
In Progress