We're a place where coders share, stay up-to-date and grow their careers.
Turns out I made an error regarding the casting-props example:
casting-props
if we remove primary from our Variant type, we will not get a type error here
turns out we do get a type error because the objects don't sufficiently overlap. TypeScript is smart!
Here is an updated example of what works and what doesn't work in this case with type casts.
Turns out I made an error regarding the
casting-props
example:turns out we do get a type error because the objects don't sufficiently overlap. TypeScript is smart!
Here is an updated example of what works and what doesn't work in this case with type casts.