styled-components / polished

A lightweight toolset for writing styles in JavaScript ✨
https://polished.js.org/
MIT License
7.6k stars 209 forks source link

Typescript error with lighten and cssVar #571

Open EnesAppsmen opened 3 years ago

EnesAppsmen commented 3 years ago

Mixin/Helper/Shorthand Usage

What You Are Seeing

download

What You Expected To See

No typescript error while using lighten and cssVar together

Reproduction

React 17.0.1 Typescript: 4.1.2 Polished: 4.1.1 Styled-components: 5.1.5;

bhough commented 3 years ago

@EnesAppsmen Similar to #550 this is a bug with our Flow > TS library. We will be moving to native TS in v5 and will address this then.