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
any
Img element is any type that prevents auto completion.
Img
Img should have a valid type definition.
Here is Img 's definition:
react-cool-img/src/react-cool-img.d.ts
Line 45 in ff528a8
But react.ForwardRefExoticComponent accepts only one type argument.
react.ForwardRefExoticComponent
https://github.com/DefinitelyTyped/DefinitelyTyped/blob/72c1299e1ad143a84b900f7435c8b9f5f04a1d3e/types/react/index.d.ts#L773-L778
The text was updated successfully, but these errors were encountered:
I think the same
Sorry, something went wrong.
@tkamenoko What are your React and TS versions?
No branches or pull requests
Bug Report
Describe the Bug
Img
element isany
type that prevents auto completion.Expected Behavior
Img
should have a valid type definition.Screenshots
Your Environment
Additional Information
Here is
Img
's definition:react-cool-img/src/react-cool-img.d.ts
Line 45 in ff528a8
But
react.ForwardRefExoticComponent
accepts only one type argument.https://github.com/DefinitelyTyped/DefinitelyTyped/blob/72c1299e1ad143a84b900f7435c8b9f5f04a1d3e/types/react/index.d.ts#L773-L778
The text was updated successfully, but these errors were encountered: