Invalid typing of styled #1435
Labels
bug report 🦗
Issue is probably a bug, but it needs to be checked
needs: complete repro 🖥️
Issue need to have complete repro provided
Environment
Description
Sample: https://github.com/Pfeifenjoy/linaria-bug
If I use the styled property the attributes are potentially undefined.
If I enable strict typescript features I see the following type error:
Particularly the following typescript features produce errors:
noPropertyAccessFromIndexSignature
and
noUncheckedIndexedAccess
To be honest both of those options can catch a lot of errors very early and should be supported by the linaria.
The text was updated successfully, but these errors were encountered: