Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix type errors #175

Open
murilo9 opened this issue Dec 8, 2024 · 0 comments
Open

Fix type errors #175

murilo9 opened this issue Dec 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@murilo9
Copy link
Contributor

murilo9 commented Dec 8, 2024

I have noticed some type errors in some files, reported by eslint. Most are due to the usage of type any, or unsafe castings (e.g. assigning a value of type "string | null" to a variable of type "string | null | undefined"). Such type errors might lead to bugs in the long run, so we could fix them by now by adding proper typing and/or type castings.

@murilo9 murilo9 added the enhancement New feature or request label Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant