You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The variant prop is not being passed down into the created component. I am not sure if this is a bug or it is a design decision. But I think it is a useful prop to have available in the created component by HOC.
const Text = createText<Theme>(({ style, variant, children, ...props }) => {
// variant is undefined
}
The text was updated successfully, but these errors were encountered:
The
variant
prop is not being passed down into the created component. I am not sure if this is a bug or it is a design decision. But I think it is a useful prop to have available in the created component by HOC.The text was updated successfully, but these errors were encountered: