-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
JSX element type 'FastImage' does not have any construct or call signatures #646
Comments
Same thing is happens to me. Didn't really have time to look into it, but in v7.0.2 the import works as documented. |
I just added I want to avoid downgrading to an older version, but thanks for the hint @mtakac |
Types should be better in the future. The source and example are now both in TypeScript. |
This is an issue with the
to your package.json if using yarn will solve this. |
Describe the bug
When I try to use the imported FastImage package, I get the following error in the component: "JSX element type 'FastImage' does not have any construct or call signatures."
To Reproduce
Expected behavior
Not showing any error
Screenshots
Dependency versions
The text was updated successfully, but these errors were encountered: