You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The any type can sometimes leak into your codebase. TypeScript compiler skips the type checking of the any typed variables, so it creates a potential safety hole, and source of bugs in your codebase. We recommend using unknown or never type variable.
Occurrences
There is 1 occurrence of this issue in the repository.
Description
The
any
type can sometimes leak into your codebase. TypeScript compiler skips the type checking of theany
typed variables, so it creates a potential safety hole, and source of bugs in your codebase. We recommend usingunknown
ornever
type variable.Occurrences
There is 1 occurrence of this issue in the repository.
See all occurrences on DeepSource → deepsource.io/gh/minskylab/landing-page/issue/JS-0323/occurrences/
The text was updated successfully, but these errors were encountered: