Stinky! Avoid explicit any please #4681
egorkarimov
started this conversation in
Feature Requests
Replies: 1 comment
-
|
Sure, PR's welcome |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've noticed extensive use of any in the shadcn components, particularly for object properties like let properties: any = {}. This loses type safety and makes the code harder to work with. Would you consider:
Beta Was this translation helpful? Give feedback.
All reactions