Skip to content

fix: fixed ESlint errors in ./components/Input/input.tsx#412

Open
luisarevalo21 wants to merge 14 commits intodevelopfrom
luisA/265-Input-ESLint
Open

fix: fixed ESlint errors in ./components/Input/input.tsx#412
luisarevalo21 wants to merge 14 commits intodevelopfrom
luisA/265-Input-ESLint

Conversation

@luisarevalo21
Copy link
Copy Markdown

closes #265

Was much simpler as React.forwardRef<HTMLInputElement, React.ComponentProps<'input'>> already provides the correct typing to className and types.
Only needed to add the header.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 15, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
elecretanta Ready Ready Preview Comment Sep 11, 2025 9:40pm
elecretanta-storybook Ready Ready Preview Comment Sep 11, 2025 9:40pm
elecretanta-unit-test Error Error Sep 11, 2025 9:40pm

Copy link
Copy Markdown
Collaborator

@kepsteen kepsteen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build is failing and you included some changes that aren't related to this ticket in the GiftDetailsView.tsx file

Comment thread components/Input/input.tsx Outdated
Comment thread components/Input/input.tsx Outdated
Copy link
Copy Markdown
Member

@nickytonline nickytonline left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

* @param {string} props.type - type of button
* @returns {Input} - returns Input Component
*/

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: remove the space between the JSDoc comments and the variable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Address ESlint errors in the file: ./components/Input/input.tsx

4 participants