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
// Note the Generic defaulted to a "span". If no "as" prop is passed e.g., <Text>Hi</Text>, TS will treat the rendered element as a span and provide typings accordingly
export const Text = <C extends React.ElementType = "span">({