Closed hosseinmd closed 4 years ago
What is the actual error compiler was reporting? This fix seems fishy, need some ts experts to confirm cc @moshest
the bug is where intellisense no suggestions can't suggest CSS Properties.
Because we tell them k is CSS properties or string, which means any string.
oh I see, that makes sense
Why we remove there the Observable<NormalCssValues<K> | JssStyle | undefined>
part?
Why we remove there the
Observable<NormalCssValues<K> | JssStyle | undefined>
part?
Hi, You are right, that is my mistake, I fix that.
@kof please review the last commit
lgtm
merged, thanks
Could you please publish master?
Please publish
typescript can't work with [K in keyof NormalCssProperties | string]
Corresponding issue (if exists):
What would you like to add/fix?
type definition
Todo