The Alert component, used to use a type prop to decide which alert variation should display.
It's now wrapped in a Skin and the type prop has no use.
Should we remove the type prop?
Or replace it with a skin prop, that applies the right skin without depending on the skin component? The dependency on the <Skin> component isn't immediately clear to me but the prop is.
The Alert component, used to use a
typeprop to decide which alert variation should display.It's now wrapped in a
Skinand thetypeprop has no use.Should we remove the
typeprop?Or replace it with a
skinprop, that applies the right skin without depending on the skin component? The dependency on the<Skin>component isn't immediately clear to me but the prop is.