0
Good afternoon!
I am starting to use Typescript and came across some problems in the configuration of the React project, using Typescript and Styled-Components! I am using module statement, extending the theme and applying Generics to the types, but they are simply ignored!
Follow the above error, as you can see, "Theme" is working correctly, however, the link, hasIcon, etc properties are being ignored even if there is an interface within Styled.
Someone would know how to fix this?
Thank you!