Specifying type parameters after `styled.div` seem to break further editor styles, messing up theme colors Note the `const` color before and after type parameters.  It can be even worse with different themes. Here's my usual theme for example  When we remove type parameters, we get correct colors 
Specifying type parameters after
styled.divseem to break further editor styles, messing up theme colorsNote the
constcolor before and after type parameters.It can be even worse with different themes. Here's my usual theme for example
When we remove type parameters, we get correct colors