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

EbayButton Typescript issue #332

Open
aaron-nance opened this issue Mar 6, 2024 · 0 comments
Open

EbayButton Typescript issue #332

aaron-nance opened this issue Mar 6, 2024 · 0 comments

Comments

@aaron-nance
Copy link
Contributor

When compiling my application with EbayButton using React 18 and TypeScript 4.4.4 I'm getting the following error:

error TS2741: Property 'placeholder' is missing in type '{ children: (string | Element | undefined)[]; disabled: boolean | undefined; className: string | undefined; priority: Priority; size: "large" | "default" | undefined; ... 4 more ...; type: "button" | undefined; }' but required in type 'Pick<Props, "split" | "id" | "disabled" | "className" | "children" | "variant" | "priority" | "size" | "fluid" | "tabIndex" | "onClick" | "type" | "name" | "form" | "slot" | ... 271 more ... | "referrerPolicy">'.

37 <EbayButton
~~~~~~~~~~

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

No branches or pull requests

1 participant