This repository was archived by the owner on Mar 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Bug in a TypeScript Project #11
Comments
Would you be able to set up a reproduction repo? Thanks! |
of course, Thank you |
Please try to downgrade to styled-components v3. |
|
That was it thank you! |
Awesome! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am in the process of migrating my portfolio from a regular CRA application to a CRA-typescript app.
I am having issue with this LazyHero, as the background image is not displayed and this error pops up in the console:
I am new to TypeScript so it might be a problem with type declarations (maybe not). I just added a simple
declare module 'react-lazy-hero';
to have the app not crash, but might be not enough to have it work properly.Any advice ?
The text was updated successfully, but these errors were encountered: