Closed Revolt9k closed 1 year ago
Motivation: impove DX and specify types instead of using as Any Description: as Any was removed due to autocompletition lost with <Icon name={string}/> usages.
as Any
<Icon name={string}/>
Hi Konstantin! Thanks a lot for the PR. This improvements is definitely needed!
I'll check and test it all together during the week (very busy atm) and will publish with a new release!
Motivation: impove DX and specify types instead of using
as Any
Description:as Any
was removed due to autocompletition lost with<Icon name={string}/>
usages.