We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 ~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
~~~~~~~~~~
The text was updated successfully, but these errors were encountered: