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
Hi! I have a NextJS project using TypeScript, and I just installed the Input component. ESLint flags the following line of the generated input.tsx component:
With the following error: "An interface declaring no members is equivalent to its supertype."
As the error message states, the InputProps interface has no members, which is causing the problem.
**Steps to Reproduce: **
Install shadcn with all the default options suggested by the installer.
Run npx shadcn-ui@latest add input
See the ESLint error on the InputProps interface inside the generated Input component
I'm using npm as my package manager, if it helps. Thanks!
mc-ct, pedrovrima, LeoTan123, AlexMist23 and boriskzd