Blake Doss

Results 4 comments of Blake Doss

Only seems to impact the HSV case. HSL conversion: ``` let { hex } = chroma.convert({ h: 0, s: 0, l: 0 }); // hex = #000000 ``` HSV conversion:...

Thanks for the quick fix!

I think this is due to the `autoResolveES2015Default` param of the asyncComponent definition. It defaults to true, so it's hiding that implementation detail from the TypeScript compiler. I've been manually...

Yes, can confirm that this is a necessary bug fix as I also ran into this as well.